Skip to content

Commit fb9741a

Browse files
authored
IBX-9916: Added Node 20 & 22 (#199)
1 parent 9039cf4 commit fb9741a

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
@@ -43,7 +43,7 @@ jobs:
4343
AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }}
4444
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
4545
regression-headless-setup2:
46-
name: "PHP 8.0/Node 18/MariaDB 10.11/Compatibility layer/Elastic"
46+
name: "PHP 8.0/Node 20/MariaDB 10.11/Compatibility layer/Elastic"
4747
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
4848
with:
4949
project-edition: "headless"
@@ -54,7 +54,7 @@ jobs:
5454
setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb.yml:doc/docker/elastic.yml:doc/docker/selenium.yml"
5555
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
5656
use-compatibility-layer: true
57-
php-image: "ghcr.io/ibexa/docker/php:8.0-node18"
57+
php-image: "ghcr.io/ibexa/docker/php:8.0-node20"
5858
job-count: 2
5959
timeout: 90
6060
secrets:
@@ -66,7 +66,7 @@ jobs:
6666
AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }}
6767
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
6868
regression-headless-setup3:
69-
name: "PHP 8.3/Node 18/MySQL 8.4/Compatibility layer/Solr"
69+
name: "PHP 8.3/Node 22/MySQL 8.4/Compatibility layer/Solr"
7070
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
7171
with:
7272
project-edition: "headless"
@@ -77,7 +77,7 @@ jobs:
7777
setup: "doc/docker/base-dev.yml:doc/docker/db-mysql8.4.yml:doc/docker/solr.yml:doc/docker/selenium.yml"
7878
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
7979
use-compatibility-layer: true
80-
php-image: "ghcr.io/ibexa/docker/php:8.3-node18"
80+
php-image: "ghcr.io/ibexa/docker/php:8.3-node22"
8181
job-count: 2
8282
timeout: 90
8383
secrets:

0 commit comments

Comments
 (0)