diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 7050c9c6f5..1a21075736 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -59,7 +59,7 @@ jobs: AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }} AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} regression-oss-setup3: - name: "PHP 8.1/Node 18/MySQL/Solr" + name: "PHP 8.2/Node 18/MySQL/Solr" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "oss" @@ -67,6 +67,7 @@ jobs: test-suite: "--profile=regression --suite=oss" test-setup-phase-1: "--profile=regression --suite=setup-oss --mode=standard" setup: "doc/docker/base-dev.yml:doc/docker/solr.yml:doc/docker/selenium.yml" + php-image: "ghcr.io/ibexa/docker/php:8.2-node18" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} job-count: 2 timeout: 60