Skip to content

Commit b5b4c61

Browse files
authored
[CI] IBX-4515: Include tests running on PHP 8.2 (#118)
1 parent cbb8c13 commit b5b4c61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/browser-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
6161
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
6262
regression-content-setup3:
63-
name: "PHP 8.1/MySQL/Multirepository"
63+
name: "PHP 8.2/MySQL/Multirepository"
6464
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
6565
with:
6666
project-edition: "content"
@@ -71,7 +71,7 @@ jobs:
7171
setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml"
7272
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
7373
multirepository: true
74-
php-image: "ghcr.io/ibexa/docker/php:8.1-node18"
74+
php-image: "ghcr.io/ibexa/docker/php:8.2-node18"
7575
job-count: 2
7676
timeout: 90
7777
secrets:

0 commit comments

Comments
 (0)