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. (#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.
  • Loading branch information
micszo authored Jul 20, 2023
1 parent d8f669c commit 757ed5b
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-content-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: "content"
Expand All @@ -31,6 +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.3-node14"
job-count: 2
timeout: 90
secrets:
Expand All @@ -39,7 +40,7 @@ jobs:
TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
regression-content-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: "content"
Expand All @@ -50,7 +51,7 @@ jobs:
setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
multirepository: true
php-image: "ezsystems/php:7.3-v2-node14"
php-image: "ghcr.io/ibexa/docker/php:7.4-node16"
job-count: 2
timeout: 90
secrets:
Expand All @@ -70,7 +71,7 @@ jobs:
setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
multirepository: true
php-image: "ezsystems/php:8.1-v2-node16"
php-image: "ghcr.io/ibexa/docker/php:8.1-node18"
job-count: 2
timeout: 90
secrets:
Expand Down

0 comments on commit 757ed5b

Please sign in to comment.