diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 4a5f3de..37375fc 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/PostgreSQL/Varnish/Redis/Multirepository" + name: "PHP 7.3/Node 14/PostgreSQL/Varnish/Redis/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "content" @@ -40,7 +40,7 @@ jobs: TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} regression-content-setup2: - name: "PHP 7.4/MySQL/Multirepository" + name: "PHP 7.4/Node 16/MySQL/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "content" @@ -60,7 +60,7 @@ jobs: TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} regression-content-setup3: - name: "PHP 8.2/MySQL/Multirepository" + name: "PHP 8.3/Node 18/MySQL/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "content" @@ -71,7 +71,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.2-node18" + php-image: "ghcr.io/ibexa/docker/php:8.3-node18" job-count: 2 timeout: 90 secrets: