Skip to content

Commit 757ed5b

Browse files
authored
IBX-4516: Set a combination of 3 PHP & 3 Node versions. Ditched using default image. (#87)
* IBX-4516: Added image with Node 18 * new image location * Set a combination of 3 PHP & 3 Node versions. Ditched using default image. * Fixed third image.
1 parent d8f669c commit 757ed5b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/browser-tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
regression-content-setup1:
23-
name: "PHP 7.4/PostgreSQL/Varnish/Redis/Multirepository"
23+
name: "PHP 7.3/PostgreSQL/Varnish/Redis/Multirepository"
2424
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
2525
with:
2626
project-edition: "content"
@@ -31,6 +31,7 @@ jobs:
3131
setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql.yml:doc/docker/varnish.yml:doc/docker/redis.yml:doc/docker/selenium.yml"
3232
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
3333
multirepository: true
34+
php-image: "ghcr.io/ibexa/docker/php:7.3-node14"
3435
job-count: 2
3536
timeout: 90
3637
secrets:
@@ -39,7 +40,7 @@ jobs:
3940
TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
4041
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
4142
regression-content-setup2:
42-
name: "PHP 7.3/MySQL/Multirepository"
43+
name: "PHP 7.4/MySQL/Multirepository"
4344
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
4445
with:
4546
project-edition: "content"
@@ -50,7 +51,7 @@ jobs:
5051
setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml"
5152
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
5253
multirepository: true
53-
php-image: "ezsystems/php:7.3-v2-node14"
54+
php-image: "ghcr.io/ibexa/docker/php:7.4-node16"
5455
job-count: 2
5556
timeout: 90
5657
secrets:
@@ -70,7 +71,7 @@ jobs:
7071
setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml"
7172
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
7273
multirepository: true
73-
php-image: "ezsystems/php:8.1-v2-node16"
74+
php-image: "ghcr.io/ibexa/docker/php:8.1-node18"
7475
job-count: 2
7576
timeout: 90
7677
secrets:

0 commit comments

Comments
 (0)