Skip to content

Commit

Permalink
[CI] IBX-4515: Include tests running on PHP 8.2 (#296)
Browse files Browse the repository at this point in the history
micszo authored Dec 21, 2023
1 parent df5d642 commit fe8d5ec
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
@@ -60,7 +60,7 @@ jobs:
TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
regression-experience-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: "experience"
@@ -72,7 +72,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.1-node18"
php-image: "ghcr.io/ibexa/docker/php:8.2-node18"
timeout: 120
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}

0 comments on commit fe8d5ec

Please sign in to comment.