Skip to content

Commit

Permalink
[CI] Adjusted test matrix to CKE40 Node requirement (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo authored Nov 29, 2023
1 parent b82dfe9 commit 852fe1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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-commerce-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: "commerce"
Expand All @@ -32,7 +32,7 @@ jobs:
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
job-count: 4
multirepository: true
php-image: "ghcr.io/ibexa/docker/php:7.4-node14"
php-image: "ghcr.io/ibexa/docker/php:7.4-node18"
timeout: 120
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
Expand All @@ -43,7 +43,7 @@ jobs:
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
regression-commerce-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: "commerce"
Expand All @@ -55,15 +55,15 @@ jobs:
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
job-count: 4
multirepository: true
php-image: "ghcr.io/ibexa/docker/php:8.0-node16"
php-image: "ghcr.io/ibexa/docker/php:8.0-node18"
timeout: 120
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}
TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
regression-commerce-setup3:
name: "PHP 8.1/MySQL/Multirepository"
name: "PHP 8.1/Node 18/MySQL/Multirepository"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "commerce"
Expand Down

0 comments on commit 852fe1e

Please sign in to comment.