diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 1131063..10cc724 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -20,7 +20,7 @@ on: jobs: regression-content-setup1: - name: "PHP 7.3/Node 14/PostgreSQL/Varnish/Redis/Multirepository" + name: "PHP 7.3/Node 20/PostgreSQL/Varnish/Redis/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "content" @@ -31,12 +31,12 @@ jobs: setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql.yml:doc/docker/varnish.yml:doc/docker/redis.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} multirepository: true - php-image: "ghcr.io/ibexa/docker/php:7.3-node14" + php-image: "ghcr.io/ibexa/docker/php:7.3-node20" job-count: 2 timeout: 90 secrets: inherit regression-content-setup2: - name: "PHP 7.4/Node 16/MySQL/Multirepository" + name: "PHP 7.4/Node 20/MySQL/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "content" @@ -47,12 +47,12 @@ jobs: setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} multirepository: true - php-image: "ghcr.io/ibexa/docker/php:7.4-node16" + php-image: "ghcr.io/ibexa/docker/php:7.4-node20" job-count: 2 timeout: 90 secrets: inherit regression-content-setup3: - name: "PHP 8.3/Node 18/MySQL/Multirepository" + name: "PHP 8.3/Node 20/MySQL/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "content" @@ -63,7 +63,7 @@ jobs: setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} multirepository: true - php-image: "ghcr.io/ibexa/docker/php:8.3-node18" + php-image: "ghcr.io/ibexa/docker/php:8.3-node20" job-count: 2 timeout: 90 secrets: inherit