We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb8c13 commit b5b4c61Copy full SHA for b5b4c61
.github/workflows/browser-tests.yml
@@ -60,7 +60,7 @@ jobs:
60
TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
61
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
62
regression-content-setup3:
63
- name: "PHP 8.1/MySQL/Multirepository"
+ name: "PHP 8.2/MySQL/Multirepository"
64
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
65
with:
66
project-edition: "content"
@@ -71,7 +71,7 @@ jobs:
71
setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml"
72
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
73
multirepository: true
74
- php-image: "ghcr.io/ibexa/docker/php:8.1-node18"
+ php-image: "ghcr.io/ibexa/docker/php:8.2-node18"
75
job-count: 2
76
timeout: 90
77
secrets:
0 commit comments