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 8c28482 commit afd500eCopy full SHA for afd500e
.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-commerce-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: "commerce"
@@ -72,7 +72,7 @@ jobs:
72
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
73
job-count: 4
74
multirepository: true
75
- php-image: "ghcr.io/ibexa/docker/php:8.1-node18"
+ php-image: "ghcr.io/ibexa/docker/php:8.2-node18"
76
timeout: 120
77
secrets:
78
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
0 commit comments