Skip to content

Commit

Permalink
[CI] IBX-4515: Include tests running on PHP 8.2 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo authored Dec 21, 2023
1 parent 77945d8 commit 5171945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5171945

Please sign in to comment.