Skip to content

Commit

Permalink
[CI] Adjusted test matrix to CKE40 Node requirement (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo authored Nov 29, 2023
1 parent 0ee1351 commit 40f2425
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
regression-headless-setup1:
name: "PHP 7.4/Node 14/PostgreSQL/Varnish/Redis/Multirepository"
name: "PHP 7.4/Node 18/PostgreSQL/Varnish/Redis/Multirepository"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "headless"
Expand All @@ -31,7 +31,7 @@ jobs:
setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql.yml:doc/docker/varnish.yml:doc/docker/redis.yml:doc/docker/selenium.yml"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
multirepository: true
php-image: "ghcr.io/ibexa/docker/php:7.4-node14"
php-image: "ghcr.io/ibexa/docker/php:7.4-node18"
job-count: 2
timeout: 90
secrets:
Expand All @@ -43,7 +43,7 @@ jobs:
AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }}
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
regression-headless-setup2:
name: "PHP 8.0/Node 16/MySQL/Compatibility layer"
name: "PHP 8.0/Node 18/MySQL/Compatibility layer"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "headless"
Expand All @@ -54,7 +54,7 @@ jobs:
setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
use-compatibility-layer: true
php-image: "ghcr.io/ibexa/docker/php:8.0-node16"
php-image: "ghcr.io/ibexa/docker/php:8.0-node18"
job-count: 2
timeout: 90
secrets:
Expand Down

0 comments on commit 40f2425

Please sign in to comment.