Skip to content

Commit

Permalink
[CI] Adjusted test matrix to CKE40 Node requirement (#125)
Browse files Browse the repository at this point in the history
* [CI] Adjusted test matrix to CKE40 Node requirement

* Restored explicit default
  • Loading branch information
micszo authored Nov 29, 2023
1 parent db7d4f9 commit e221467
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-oss-setup1:
name: "PHP 7.4/Node 14/PostgreSQL/Varnish/Redis"
name: "PHP 7.4/Node 18/PostgreSQL/Varnish/Redis"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "oss"
Expand All @@ -30,7 +30,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: 60
secrets:
Expand All @@ -39,7 +39,7 @@ jobs:
AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }}
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
regression-oss-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: "oss"
Expand All @@ -52,7 +52,7 @@ jobs:
use-compatibility-layer: true
job-count: 2
timeout: 60
php-image: "ghcr.io/ibexa/docker/php:8.0-node16"
php-image: "ghcr.io/ibexa/docker/php:8.0-node18"
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
AUTOMATION_CLIENT_ID: ${{ secrets.AUTOMATION_CLIENT_ID }}
Expand Down

0 comments on commit e221467

Please sign in to comment.