Skip to content

Commit 8535e20

Browse files
authored
IBX-11797: [3.3] Bump Node to 20 (#281)
* IBX-11797: [3.3] Test ignoring unsolvable advisories * Bump Node versions * fixup! Bump Node versions * Revert "IBX-11797: [3.3] Test ignoring unsolvable advisories" This reverts commit 9fa5032.
1 parent c4d2556 commit 8535e20

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/browser-tests.yml

Lines changed: 6 additions & 6 deletions
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/Node 14/PostgreSQL/Varnish/Redis"
23+
name: "PHP 7.3/Node 20/PostgreSQL/Varnish/Redis"
2424
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
2525
with:
2626
project-edition: "oss"
@@ -30,12 +30,12 @@ jobs:
3030
setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql.yml:doc/docker/varnish.yml:doc/docker/redis.yml:doc/docker/selenium.yml"
3131
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
3232
multirepository: true
33-
php-image: "ghcr.io/ibexa/docker/php:7.3-node14"
33+
php-image: "ghcr.io/ibexa/docker/php:7.3-node20"
3434
job-count: 2
3535
timeout: 60
3636
secrets: inherit
3737
regression-oss-setup2:
38-
name: "PHP 7.4/Node 16/MySQL"
38+
name: "PHP 7.4/Node 20/MySQL"
3939
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
4040
with:
4141
project-edition: "oss"
@@ -45,19 +45,19 @@ jobs:
4545
setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml"
4646
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
4747
multirepository: true
48-
php-image: "ghcr.io/ibexa/docker/php:7.4-node16"
48+
php-image: "ghcr.io/ibexa/docker/php:7.4-node20"
4949
job-count: 2
5050
timeout: 60
5151
secrets: inherit
5252
regression-oss-setup3:
53-
name: "PHP 8.3/Node 18/MySQL"
53+
name: "PHP 8.3/Node 20/MySQL"
5454
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
5555
with:
5656
project-edition: "oss"
5757
project-version: ${{ github.event.inputs.project-version }}
5858
test-suite: "--profile=regression --suite=oss"
5959
test-setup-phase-1: "--profile=regression --suite=setup-oss --mode=standard"
60-
php-image: "ghcr.io/ibexa/docker/php:8.3-node18"
60+
php-image: "ghcr.io/ibexa/docker/php:8.3-node20"
6161
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
6262
job-count: 2
6363
timeout: 60

0 commit comments

Comments
 (0)