Skip to content

Commit 2783c58

Browse files
authored
IBX-8154: Run tests on PHP 8.3 (3.3) (#814)
* IBX-8154: Run tests on PHP 8.3 (3.3) * [TMP] ci-scripts branch * Revert "[TMP] ci-scripts branch" This reverts commit d50d29e. * Added Node version to job name
1 parent afd500e commit 2783c58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/browser-tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
regression-commerce-setup1:
23-
name: "PHP 7.3/PostgreSQL/Varnish/Redis/Multirepository"
23+
name: "PHP 7.3/Node 14/PostgreSQL/Varnish/Redis/Multirepository"
2424
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
2525
with:
2626
project-edition: "commerce"
@@ -40,7 +40,7 @@ jobs:
4040
TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
4141
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
4242
regression-commerce-setup2:
43-
name: "PHP 7.4/MySQL/Multirepository"
43+
name: "PHP 7.4/Node 16/MySQL/Multirepository"
4444
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
4545
with:
4646
project-edition: "commerce"
@@ -60,7 +60,7 @@ jobs:
6060
TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
6161
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
6262
regression-commerce-setup3:
63-
name: "PHP 8.2/MySQL/Multirepository"
63+
name: "PHP 8.3/Node 18/MySQL/Multirepository"
6464
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
6565
with:
6666
project-edition: "commerce"
@@ -72,7 +72,7 @@ jobs:
7272
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
7373
job-count: 4
7474
multirepository: true
75-
php-image: "ghcr.io/ibexa/docker/php:8.2-node18"
75+
php-image: "ghcr.io/ibexa/docker/php:8.3-node18"
7676
timeout: 120
7777
secrets:
7878
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}

0 commit comments

Comments
 (0)