Skip to content

Commit db4170e

Browse files
authored
IBX-9916: Added Node 20 & 22 (#221)
1 parent 2725cbe commit db4170e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/browser-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }}
4040
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
4141
regression-oss-setup2:
42-
name: "PHP 8.0/Node 18/MariaDB 10.11/Compatibility layer"
42+
name: "PHP 8.0/Node 20/MariaDB 10.11/Compatibility layer"
4343
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
4444
with:
4545
project-edition: "oss"
@@ -52,22 +52,22 @@ jobs:
5252
use-compatibility-layer: true
5353
job-count: 2
5454
timeout: 60
55-
php-image: "ghcr.io/ibexa/docker/php:8.0-node18"
55+
php-image: "ghcr.io/ibexa/docker/php:8.0-node20"
5656
secrets:
5757
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
5858
AUTOMATION_CLIENT_ID: ${{ secrets.AUTOMATION_CLIENT_ID }}
5959
AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }}
6060
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
6161
regression-oss-setup3:
62-
name: "PHP 8.3/Node 18/MySQL 8.4/Solr"
62+
name: "PHP 8.3/Node 22/MySQL 8.4/Solr"
6363
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
6464
with:
6565
project-edition: "oss"
6666
project-version: ${{ github.event.inputs.project-version }}
6767
test-suite: "--profile=regression --suite=oss"
6868
test-setup-phase-1: "--profile=regression --suite=setup-oss --mode=standard"
6969
setup: "doc/docker/base-dev.yml:doc/docker/db-mysql8.4.yml:doc/docker/solr.yml:doc/docker/selenium.yml"
70-
php-image: "ghcr.io/ibexa/docker/php:8.3-node18"
70+
php-image: "ghcr.io/ibexa/docker/php:8.3-node22"
7171
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
7272
job-count: 2
7373
timeout: 60

0 commit comments

Comments
 (0)