diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 218b5be7bd..d7430a45f3 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -52,14 +52,14 @@ jobs: secrets: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} regression-oss-setup3: - name: "PHP 8.1/MySQL" + name: "PHP 8.2/MySQL" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "oss" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=oss" test-setup-phase-1: "--profile=regression --suite=setup-oss --mode=standard" - php-image: "ghcr.io/ibexa/docker/php:8.1-node18" + 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