From b702fdd22cdf4f0cae394dde78286d2e5864ecf5 Mon Sep 17 00:00:00 2001 From: daichi_otani Date: Wed, 30 Oct 2024 18:53:55 +0900 Subject: [PATCH 1/3] feat: actions version up for php/mysql/postgres --- .github/workflows/coverage.yml | 8 ++--- .github/workflows/deny-test.yml | 11 +++---- .github/workflows/deploy.yml | 9 +++--- .github/workflows/dockerbuild.yml | 2 +- .github/workflows/e2e-test-throttling.yml | 4 +-- .github/workflows/e2e-test.yml | 4 +-- .github/workflows/phpstan.yml | 2 +- .github/workflows/plugin-test.yml | 36 +++++++++++----------- .github/workflows/unit-test.yml | 4 +-- .github/workflows/vaddy-1.yml | 31 +++++++++---------- .github/workflows/vaddy-2.yml | 11 +++---- .github/workflows/vaddy/prepare/action.yml | 7 ++--- .github/workflows/vaddyscan.yml | 2 +- 13 files changed, 63 insertions(+), 68 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3f6cd97efb8..11932a7ec69 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -24,10 +24,10 @@ jobs: include: - db: pgsql database_url: postgres://postgres:password@127.0.0.1:5432/eccube_db - database_server_version: 14 + database_server_version: 17 services: postgres: - image: postgres:14 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: password @@ -92,7 +92,7 @@ jobs: include: - db: pgsql database_url: postgres://postgres:password@127.0.0.1:5432/eccube_db - database_server_version: 14 + database_server_version: 17 - group: admin01 app_env: 'codeception' - group: admin02 @@ -105,7 +105,7 @@ jobs: app_env: 'install' services: postgres: - image: postgres:14 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: password diff --git a/.github/workflows/deny-test.yml b/.github/workflows/deny-test.yml index 7a908e693c5..8acbabfb488 100644 --- a/.github/workflows/deny-test.yml +++ b/.github/workflows/deny-test.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-22.04 services: postgres: - image: postgres:14 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: password @@ -33,8 +33,7 @@ jobs: - name: Setup PHP uses: nanasess/setup-php@master with: - php-version: '8.1' - + php-version: '8.3' - name: Initialize Composer uses: ./.github/actions/composer @@ -45,7 +44,7 @@ jobs: env: APP_ENV: 'prod' DATABASE_URL: postgres://postgres:password@127.0.0.1:5432/eccube_db - DATABASE_SERVER_VERSION: 14 + DATABASE_SERVER_VERSION: 17 run: | rm -rf $GITHUB_WORKSPACE/app/Plugin/* echo "APP_ENV=${APP_ENV}" > .env @@ -57,7 +56,7 @@ jobs: env: APP_ENV: 'prod' DATABASE_URL: postgres://postgres:password@127.0.0.1:5432/eccube_db - DATABASE_SERVER_VERSION: 14 + DATABASE_SERVER_VERSION: 17 run: | bin/console eccube:composer:require "ec-cube/recommend42" bin/console eccube:composer:require "ec-cube/coupon42" @@ -121,6 +120,6 @@ jobs: env: APP_ENV: 'codeception' DATABASE_URL: postgres://postgres:password@127.0.0.1:5432/eccube_db - DATABASE_SERVER_VERSION: 14 + DATABASE_SERVER_VERSION: 17 run: | vendor/bin/codecept -vvv run acceptance --env chrome,local CL01DenyCest diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 62abf9feac7..899b3fb95dc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-22.04 services: postgres: - image: postgres:14 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: password @@ -23,8 +23,7 @@ jobs: - name: Setup PHP uses: nanasess/setup-php@master with: - php-version: '8.1' - + php-version: '8.3' - name: Install to Composer run: composer install --no-scripts --no-dev --no-interaction --optimize-autoloader @@ -35,7 +34,7 @@ jobs: env: APP_ENV: 'prod' DATABASE_URL: postgres://postgres:password@127.0.0.1:5432/eccube_db - DATABASE_SERVER_VERSION: 14 + DATABASE_SERVER_VERSION: 17 run: | rm -rf $GITHUB_WORKSPACE/app/Plugin/* echo "APP_ENV=${APP_ENV}" > .env @@ -47,7 +46,7 @@ jobs: env: APP_ENV: 'prod' DATABASE_URL: postgres://postgres:password@127.0.0.1:5432/eccube_db - DATABASE_SERVER_VERSION: 14 + DATABASE_SERVER_VERSION: 17 run: | bin/console eccube:composer:require "ec-cube/recommend42" bin/console eccube:composer:require "ec-cube/coupon42" diff --git a/.github/workflows/dockerbuild.yml b/.github/workflows/dockerbuild.yml index 22183ab0cc3..2b72badfe7f 100644 --- a/.github/workflows/dockerbuild.yml +++ b/.github/workflows/dockerbuild.yml @@ -26,7 +26,7 @@ jobs: include: - db: pgsql database_url: postgres://dbuser:secret@127.0.0.1:15432/eccubedb - database_server_version: 14 + database_server_version: 17 - group: admin01 app_env: 'codeception' - php: '8.1' diff --git a/.github/workflows/e2e-test-throttling.yml b/.github/workflows/e2e-test-throttling.yml index a5a14fa6139..12bc898702f 100644 --- a/.github/workflows/e2e-test-throttling.yml +++ b/.github/workflows/e2e-test-throttling.yml @@ -25,10 +25,10 @@ jobs: include: - db: pgsql database_url: postgres://postgres:password@127.0.0.1:5432/eccube_db - database_server_version: 14 + database_server_version: 17 services: postgres: - image: postgres:14 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: password diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index c041eaf19b9..1f01065dc2f 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -25,7 +25,7 @@ jobs: include: - db: pgsql database_url: postgres://postgres:password@127.0.0.1:5432/eccube_db - database_server_version: 14 + database_server_version: 17 - group: 'admin01' app_env: 'codeception' - group: 'admin02' @@ -40,7 +40,7 @@ jobs: app_env: 'install' services: postgres: - image: postgres:14 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: password diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index ea07bcdde14..f02f43e7596 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -26,7 +26,7 @@ jobs: - name: Setup PHP uses: nanasess/setup-php@master with: - php-version: '8.1' + php-version: '8.3' - name: Initialize Composer uses: ./.github/actions/composer diff --git a/.github/workflows/plugin-test.yml b/.github/workflows/plugin-test.yml index 37649945698..aa3078e6703 100644 --- a/.github/workflows/plugin-test.yml +++ b/.github/workflows/plugin-test.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: operating-system: [ ubuntu-22.04 ] - php: [ '8.1' ] + php: [ '8.3' ] db: [ pgsql, mysql ] method: - test_install_enable_disable_remove_store @@ -34,23 +34,23 @@ jobs: include: - db: pgsql database_url: postgres://postgres:password@127.0.0.1:5432/eccube_db - database_server_version: 14 + database_server_version: 17 database_charset: utf8 - db: mysql database_url: mysql://root:password@127.0.0.1:3306/eccube_db - database_server_version: 5 + database_server_version: 8 database_charset: utf8mb4 services: mysql: - image: mysql:5.7 + image: mysql:8 env: MYSQL_ROOT_PASSWORD: password ports: - 3306:3306 options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 postgres: - image: postgres:14 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: password @@ -160,7 +160,7 @@ jobs: fail-fast: false matrix: operating-system: [ ubuntu-22.04 ] - php: [ '8.1' ] + php: [ '8.3' ] db: [ pgsql, mysql ] method: - test_install_update_remove_store @@ -172,23 +172,23 @@ jobs: include: - db: pgsql database_url: postgres://postgres:password@127.0.0.1:5432/eccube_db - database_server_version: 14 + database_server_version: 17 database_charset: utf8 - db: mysql database_url: mysql://root:password@127.0.0.1:3306/eccube_db - database_server_version: 5 + database_server_version: 8 database_charset: utf8mb4 services: mysql: - image: mysql:5.7 + image: mysql:8 env: MYSQL_ROOT_PASSWORD: password ports: - 3306:3306 options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 postgres: - image: postgres:14 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: password @@ -309,7 +309,7 @@ jobs: fail-fast: false matrix: operating-system: [ ubuntu-22.04 ] - php: [ '8.1' ] + php: [ '8.3' ] db: [ pgsql, mysql ] method: - test_extend_same_table_store @@ -321,7 +321,7 @@ jobs: include: - db: pgsql database_url: postgres://postgres:password@127.0.0.1:5432/eccube_db - database_server_version: 14 + database_server_version: 17 database_charset: utf8 - db: mysql database_url: mysql://root:password@127.0.0.1:3306/eccube_db @@ -330,14 +330,14 @@ jobs: services: mysql: - image: mysql:5.7 + image: mysql:8 env: MYSQL_ROOT_PASSWORD: password ports: - 3306:3306 options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 postgres: - image: postgres:14 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: password @@ -458,7 +458,7 @@ jobs: fail-fast: false matrix: operating-system: [ ubuntu-22.04 ] - php: [ '8.1' ] + php: [ '8.3' ] db: [ pgsql, mysql ] method: - test_dependency_each_install_plugin @@ -470,7 +470,7 @@ jobs: include: - db: pgsql database_url: postgres://postgres:password@127.0.0.1:5432/eccube_db - database_server_version: 14 + database_server_version: 17 database_charset: utf8 - db: mysql database_url: mysql://root:password@127.0.0.1:3306/eccube_db @@ -482,14 +482,14 @@ jobs: services: mysql: - image: mysql:5.7 + image: mysql:8 env: MYSQL_ROOT_PASSWORD: password ports: - 3306:3306 options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 postgres: - image: postgres:14 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: password diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 18f572d0c50..3bfe7a3e49e 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -29,7 +29,7 @@ jobs: database_charset: utf8mb4 - db: pgsql database_url: postgres://postgres:password@127.0.0.1:5432/eccube_db - database_server_version: 16 + database_server_version: 17 database_charset: utf8 - db: sqlite3 database_url: sqlite:///var/eccube.db @@ -45,7 +45,7 @@ jobs: - 3306:3306 options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 postgres: - image: postgres:16 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: password diff --git a/.github/workflows/vaddy-1.yml b/.github/workflows/vaddy-1.yml index 854ab33aaa2..f5b676f97b0 100644 --- a/.github/workflows/vaddy-1.yml +++ b/.github/workflows/vaddy-1.yml @@ -21,7 +21,7 @@ jobs: command1: '-x admin -x plugin' services: postgres: - image: postgres:14 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: password @@ -41,8 +41,7 @@ jobs: - name: Setup PHP uses: nanasess/setup-php@master with: - php-version: '8.1' - + php-version: '8.3' - name: setup-chromedriver uses: nanasess/setup-chromedriver@master @@ -68,7 +67,7 @@ jobs: - name: "EC-CUBE: setup" env: DATABASE_URL: postgres://postgres:password@127.0.0.1:5432/eccube_db - DATABASE_SERVER_VERSION: 14 + DATABASE_SERVER_VERSION: 17 run: | php bin/template_jp.php rm -rf app/Plugin/* @@ -99,7 +98,7 @@ jobs: env: APP_ENV: 'prod' DATABASE_URL: postgres://postgres:password@127.0.0.1:5432/eccube_db - DATABASE_SERVER_VERSION: 14 + DATABASE_SERVER_VERSION: 17 run: | bin/console eccube:composer:require "ec-cube/recommend4" bin/console eccube:composer:require "ec-cube/coupon4" @@ -115,7 +114,7 @@ jobs: - name: Pre Install Plugins env: DATABASE_URL: postgres://postgres:password@127.0.0.1:5432/eccube_db - DATABASE_SERVER_VERSION: 14 + DATABASE_SERVER_VERSION: 17 PGPASSWORD: 'password' run: | psql eccube_db -h 127.0.0.1 -U postgres -c "select id,name,code,0 as enabled,version,source,0 as initialized,'2021-08-13 00:00:00' as create_date,'2021-08-13 00:00:00' as update_date,discriminator_type from dtb_plugin;" -A -F, --pset footer > src/Eccube/Resource/doctrine/import_csv/ja/dtb_plugin.csv @@ -162,7 +161,7 @@ jobs: -e APP_ENV=dev \ -e APP_DEBUG=1 \ -e DATABASE_URL="postgres://postgres:password@172.17.0.1:5432/eccube_db" \ - -e DATABASE_SERVER_VERSION=14 \ + -e DATABASE_SERVER_VERSION=17 \ -e MAILER_URL="smtp://172.17.0.1:1025" \ -v ${PWD}/html:/tmp/html \ --rm -d -p 8080:80 --name eccube ec-cube @@ -181,7 +180,7 @@ jobs: env: APP_ENV: "codeception" DATABASE_URL: "postgres://postgres:password@127.0.0.1:5432/eccube_db" - DATABASE_SERVER_VERSION: "14" + DATABASE_SERVER_VERSION: "17" MAILER_URL: "smtp://127.0.0.1:1025" BASE_URL: "http://${{ secrets[format('{0}{1}', 'VADDY_FQDN_', matrix.vaddy_project)] }}:8080" VADDY_PROXY: "${{ secrets.VADDY_PROXY }}" @@ -227,7 +226,7 @@ jobs: -e APP_ENV=dev \ -e APP_DEBUG=1 \ -e DATABASE_URL="postgres://postgres:password@172.17.0.1:5432/eccube_db" \ - -e DATABASE_SERVER_VERSION=14 \ + -e DATABASE_SERVER_VERSION=17 \ -e MAILER_URL="smtp://172.17.0.1:1025" \ -v ${PWD}/html:/tmp/html \ --rm -d -p 8080:80 --name eccube ec-cube @@ -248,7 +247,7 @@ jobs: env: APP_ENV: "codeception" DATABASE_URL: "postgres://postgres:password@127.0.0.1:5432/eccube_db" - DATABASE_SERVER_VERSION: "14" + DATABASE_SERVER_VERSION: "17" MAILER_URL: "smtp://127.0.0.1:1025" BASE_URL: "http://${{ secrets[format('{0}{1}', 'VADDY_FQDN_', matrix.vaddy_project)] }}:8080" VADDY_PROXY: "${{ secrets.VADDY_PROXY }}" @@ -296,7 +295,7 @@ jobs: -e APP_ENV=dev \ -e APP_DEBUG=1 \ -e DATABASE_URL="postgres://postgres:password@172.17.0.1:5432/eccube_db" \ - -e DATABASE_SERVER_VERSION=14 \ + -e DATABASE_SERVER_VERSION=17 \ -e MAILER_URL="smtp://172.17.0.1:1025" \ -v ${PWD}/html:/tmp/html \ --rm -d -p 8080:80 --name eccube ec-cube @@ -317,7 +316,7 @@ jobs: env: APP_ENV: "codeception" DATABASE_URL: "postgres://postgres:password@127.0.0.1:5432/eccube_db" - DATABASE_SERVER_VERSION: "14" + DATABASE_SERVER_VERSION: "17" MAILER_URL: "smtp://127.0.0.1:1025" BASE_URL: "http://${{ secrets[format('{0}{1}', 'VADDY_FQDN_', matrix.vaddy_project)] }}:8080" VADDY_PROXY: "${{ secrets.VADDY_PROXY }}" @@ -365,7 +364,7 @@ jobs: -e APP_ENV=dev \ -e APP_DEBUG=1 \ -e DATABASE_URL="postgres://postgres:password@172.17.0.1:5432/eccube_db" \ - -e DATABASE_SERVER_VERSION=14 \ + -e DATABASE_SERVER_VERSION=17 \ -e MAILER_URL="smtp://172.17.0.1:1025" \ -v ${PWD}/html:/tmp/html \ --rm -d -p 8080:80 --name eccube ec-cube @@ -386,7 +385,7 @@ jobs: env: APP_ENV: "codeception" DATABASE_URL: "postgres://postgres:password@127.0.0.1:5432/eccube_db" - DATABASE_SERVER_VERSION: "14" + DATABASE_SERVER_VERSION: "17" MAILER_URL: "smtp://127.0.0.1:1025" BASE_URL: "http://${{ secrets[format('{0}{1}', 'VADDY_FQDN_', matrix.vaddy_project)] }}:8080" VADDY_PROXY: "${{ secrets.VADDY_PROXY }}" @@ -434,7 +433,7 @@ jobs: -e APP_ENV=dev \ -e APP_DEBUG=1 \ -e DATABASE_URL="postgres://postgres:password@172.17.0.1:5432/eccube_db" \ - -e DATABASE_SERVER_VERSION=14 \ + -e DATABASE_SERVER_VERSION=17 \ -e MAILER_URL="smtp://172.17.0.1:1025" \ -v ${PWD}/html:/tmp/html \ --rm -d -p 8080:80 --name eccube ec-cube @@ -455,7 +454,7 @@ jobs: env: APP_ENV: "codeception" DATABASE_URL: "postgres://postgres:password@127.0.0.1:5432/eccube_db" - DATABASE_SERVER_VERSION: "14" + DATABASE_SERVER_VERSION: "17" MAILER_URL: "smtp://127.0.0.1:1025" BASE_URL: "http://${{ secrets[format('{0}{1}', 'VADDY_FQDN_', matrix.vaddy_project)] }}:8080" VADDY_PROXY: "${{ secrets.VADDY_PROXY }}" diff --git a/.github/workflows/vaddy-2.yml b/.github/workflows/vaddy-2.yml index 2822403d5a5..d5c2fb9c8fa 100644 --- a/.github/workflows/vaddy-2.yml +++ b/.github/workflows/vaddy-2.yml @@ -22,7 +22,7 @@ jobs: command1: '-x admin -x front' services: postgres: - image: postgres:14 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: password @@ -42,8 +42,7 @@ jobs: - name: Setup PHP uses: nanasess/setup-php@master with: - php-version: '8.1' - + php-version: '8.3' - name: setup-chromedriver uses: nanasess/setup-chromedriver@master @@ -69,7 +68,7 @@ jobs: - name: "EC-CUBE: setup" env: DATABASE_URL: postgres://postgres:password@127.0.0.1:5432/eccube_db - DATABASE_SERVER_VERSION: 14 + DATABASE_SERVER_VERSION: 17 run: | php bin/template_jp.php rm -rf app/Plugin/* @@ -100,7 +99,7 @@ jobs: env: APP_ENV: 'prod' DATABASE_URL: postgres://postgres:password@127.0.0.1:5432/eccube_db - DATABASE_SERVER_VERSION: 14 + DATABASE_SERVER_VERSION: 17 run: | bin/console eccube:composer:require "ec-cube/recommend4" bin/console eccube:composer:require "ec-cube/coupon4" @@ -116,7 +115,7 @@ jobs: - name: Pre Install Plugins env: DATABASE_URL: postgres://postgres:password@127.0.0.1:5432/eccube_db - DATABASE_SERVER_VERSION: 14 + DATABASE_SERVER_VERSION: 17 PGPASSWORD: 'password' run: | psql eccube_db -h 127.0.0.1 -U postgres -c "select id,name,code,0 as enabled,version,source,0 as initialized,'2021-08-13 00:00:00' as create_date,'2021-08-13 00:00:00' as update_date,discriminator_type from dtb_plugin;" -A -F, --pset footer > src/Eccube/Resource/doctrine/import_csv/ja/dtb_plugin.csv diff --git a/.github/workflows/vaddy/prepare/action.yml b/.github/workflows/vaddy/prepare/action.yml index bd8723c0024..0fcfe99a0fc 100644 --- a/.github/workflows/vaddy/prepare/action.yml +++ b/.github/workflows/vaddy/prepare/action.yml @@ -27,8 +27,7 @@ runs: - name: Setup PHP uses: nanasess/setup-php@master with: - php-version: '7.4' - + php-version: '8.3' - name: setup-chromedriver uses: nanasess/setup-chromedriver@master @@ -70,7 +69,7 @@ runs: shell: bash env: DATABASE_URL: postgres://postgres:password@127.0.0.1:5432/eccube_db - DATABASE_SERVER_VERSION: 14 + DATABASE_SERVER_VERSION: 17 run: | composer install --no-scripts --no-dev --no-interaction --optimize-autoloader --no-plugins php bin/template_jp.php @@ -110,7 +109,7 @@ runs: env: APP_ENV: 'prod' DATABASE_URL: postgres://postgres:password@127.0.0.1:5432/eccube_db - DATABASE_SERVER_VERSION: 14 + DATABASE_SERVER_VERSION: 17 PGPASSWORD: 'password' run: | bin/console eccube:composer:require "ec-cube/recommend42" diff --git a/.github/workflows/vaddyscan.yml b/.github/workflows/vaddyscan.yml index e0792a6c1fc..49779566c51 100644 --- a/.github/workflows/vaddyscan.yml +++ b/.github/workflows/vaddyscan.yml @@ -73,7 +73,7 @@ jobs: # command6: 'EF06OtherCest:other_お問い合わせ1' services: postgres: - image: postgres:14 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: password From 92b15273bd70b6307b6b2d2439ae63cb31c0f87b Mon Sep 17 00:00:00 2001 From: daichi_otani Date: Wed, 13 Nov 2024 12:16:18 +0900 Subject: [PATCH 2/3] fix --- .github/workflows/deny-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deny-test.yml b/.github/workflows/deny-test.yml index 8acbabfb488..068605a9caf 100644 --- a/.github/workflows/deny-test.yml +++ b/.github/workflows/deny-test.yml @@ -34,6 +34,7 @@ jobs: uses: nanasess/setup-php@master with: php-version: '8.3' + - name: Initialize Composer uses: ./.github/actions/composer From 62bfae7c3fdde60671994836d08028ad577857bf Mon Sep 17 00:00:00 2001 From: daichi_otani Date: Wed, 13 Nov 2024 14:17:01 +0900 Subject: [PATCH 3/3] fix --- .github/workflows/coverage.yml | 1 + .github/workflows/vaddy-1.yml | 1 + .github/workflows/vaddy-2.yml | 1 + .github/workflows/vaddy/prepare/action.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 11932a7ec69..ae4f8edee16 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -74,6 +74,7 @@ jobs: echo "session.save_path=$PWD/var/sessions/test" > php.ini echo "memory_limit=512M" >> php.ini php -c php.ini -dpcov.enabled=1 vendor/bin/phpunit --exclude-group cache-clear,cache-clear-install,update-schema-doctrine --coverage-clover=coverage1.xml + - name: Upload report if: success() uses: actions/upload-artifact@v4 diff --git a/.github/workflows/vaddy-1.yml b/.github/workflows/vaddy-1.yml index f5b676f97b0..b1ee8ee48b0 100644 --- a/.github/workflows/vaddy-1.yml +++ b/.github/workflows/vaddy-1.yml @@ -42,6 +42,7 @@ jobs: uses: nanasess/setup-php@master with: php-version: '8.3' + - name: setup-chromedriver uses: nanasess/setup-chromedriver@master diff --git a/.github/workflows/vaddy-2.yml b/.github/workflows/vaddy-2.yml index d5c2fb9c8fa..b750627b0a0 100644 --- a/.github/workflows/vaddy-2.yml +++ b/.github/workflows/vaddy-2.yml @@ -43,6 +43,7 @@ jobs: uses: nanasess/setup-php@master with: php-version: '8.3' + - name: setup-chromedriver uses: nanasess/setup-chromedriver@master diff --git a/.github/workflows/vaddy/prepare/action.yml b/.github/workflows/vaddy/prepare/action.yml index 0fcfe99a0fc..47a1422aca4 100644 --- a/.github/workflows/vaddy/prepare/action.yml +++ b/.github/workflows/vaddy/prepare/action.yml @@ -28,6 +28,7 @@ runs: uses: nanasess/setup-php@master with: php-version: '8.3' + - name: setup-chromedriver uses: nanasess/setup-chromedriver@master