Skip to content

Commit

Permalink
[CI] IBX-4515: Include tests running on PHP 8.2 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Dec 21, 2023
1 parent cbb8c13 commit b5b4c61
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 @@ -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.1/MySQL/Multirepository"
name: "PHP 8.2/MySQL/Multirepository"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "content"
Expand All @@ -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.1-node18"
php-image: "ghcr.io/ibexa/docker/php:8.2-node18"
job-count: 2
timeout: 90
secrets:
Expand Down

0 comments on commit b5b4c61

Please sign in to comment.