Skip to content

Commit c01eb77

Browse files
authoredMay 9, 2024··
IBX-8154: Run tests on PHP 8.3 (3.3) (#150)
* IBX-8154: Run tests on PHP 8.3 (3.3) * [TMP] ci-scripts branch * Added Node version to job name * Revert "[TMP] ci-scripts branch" This reverts commit 8cffe97.
1 parent b9a09cc commit c01eb77

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-oss-setup1:
23-
name: "PHP 7.3/PostgreSQL/Varnish/Redis"
23+
name: "PHP 7.3/Node 14/PostgreSQL/Varnish/Redis"
2424
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
2525
with:
2626
project-edition: "oss"
@@ -36,7 +36,7 @@ jobs:
3636
secrets:
3737
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
3838
regression-oss-setup2:
39-
name: "PHP 7.4/MySQL"
39+
name: "PHP 7.4/Node 16/MySQL"
4040
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
4141
with:
4242
project-edition: "oss"
@@ -52,14 +52,14 @@ jobs:
5252
secrets:
5353
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
5454
regression-oss-setup3:
55-
name: "PHP 8.2/MySQL"
55+
name: "PHP 8.3/Node 18/MySQL"
5656
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
5757
with:
5858
project-edition: "oss"
5959
project-version: ${{ github.event.inputs.project-version }}
6060
test-suite: "--profile=regression --suite=oss"
6161
test-setup-phase-1: "--profile=regression --suite=setup-oss --mode=standard"
62-
php-image: "ghcr.io/ibexa/docker/php:8.2-node18"
62+
php-image: "ghcr.io/ibexa/docker/php:8.3-node18"
6363
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
6464
job-count: 2
6565
timeout: 60

0 commit comments

Comments
 (0)
Please sign in to comment.