Skip to content

Commit

Permalink
IBX-4516: Set a combination of 3 PHP & 3 Node versions. Ditched using…
Browse files Browse the repository at this point in the history
… default image (except matchers). (#196)

* IBX-4516: Added image with Node 18
* Set a combination of 3 PHP & 3 Node versions. Ditched using default image.
* Switched Matchers jobs to default image
  • Loading branch information
micszo authored Jul 20, 2023
1 parent c438d7b commit 637209c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 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-experience-setup1:
name: "PHP 7.4/PostgreSQL/Varnish/Redis/Multirepository"
name: "PHP 7.3/PostgreSQL/Varnish/Redis/Multirepository"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "experience"
Expand All @@ -32,14 +32,15 @@ jobs:
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
job-count: 4
multirepository: true
php-image: "ghcr.io/ibexa/docker/php:7.3-node14"
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-experience-setup2:
name: "PHP 7.3/MySQL/Multirepository"
name: "PHP 7.4/MySQL/Multirepository"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "experience"
Expand All @@ -51,7 +52,7 @@ jobs:
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
job-count: 4
multirepository: true
php-image: "ezsystems/php:7.3-v2-node14"
php-image: "ghcr.io/ibexa/docker/php:7.4-node16"
timeout: 120
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
Expand All @@ -71,7 +72,7 @@ jobs:
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
job-count: 4
multirepository: true
php-image: "ezsystems/php:8.1-v2-node16"
php-image: "ghcr.io/ibexa/docker/php:8.1-node18"
timeout: 120
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
Expand Down

0 comments on commit 637209c

Please sign in to comment.