diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 25f0f1b3..9d438a44 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -32,6 +32,7 @@ jobs: send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} job-count: 4 multirepository: true + php-image: "ghcr.io/ibexa/docker/php:8.3-node18" timeout: 120 secrets: SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }} @@ -42,7 +43,7 @@ jobs: AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} regression-commerce-setup2: - name: "PHP 8.3/Node 18/MySQL/Compatibility layer/Elastic" + name: "PHP 8.3/Node 18/MySQL/Elastic" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "commerce" @@ -54,6 +55,7 @@ jobs: send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} job-count: 4 multirepository: true + php-image: "ghcr.io/ibexa/docker/php:8.3-node18" timeout: 120 secrets: SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }} @@ -73,6 +75,7 @@ jobs: send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} job-count: 4 multirepository: true + php-image: "ghcr.io/ibexa/docker/php:8.3-node18" timeout: 120 secrets: SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}