Skip to content

Commit

Permalink
IBX-8154: Run tests on PHP 8.3 (3.3) (#814)
Browse files Browse the repository at this point in the history
* IBX-8154: Run tests on PHP 8.3 (3.3)

* [TMP] ci-scripts branch

* Revert "[TMP] ci-scripts branch"

This reverts commit d50d29e.

* Added Node version to job name
  • Loading branch information
micszo authored May 9, 2024
1 parent afd500e commit 2783c58
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-commerce-setup1:
name: "PHP 7.3/PostgreSQL/Varnish/Redis/Multirepository"
name: "PHP 7.3/Node 14/PostgreSQL/Varnish/Redis/Multirepository"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "commerce"
Expand All @@ -40,7 +40,7 @@ jobs:
TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
regression-commerce-setup2:
name: "PHP 7.4/MySQL/Multirepository"
name: "PHP 7.4/Node 16/MySQL/Multirepository"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "commerce"
Expand All @@ -60,7 +60,7 @@ jobs:
TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
regression-commerce-setup3:
name: "PHP 8.2/MySQL/Multirepository"
name: "PHP 8.3/Node 18/MySQL/Multirepository"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "commerce"
Expand All @@ -72,7 +72,7 @@ jobs:
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
job-count: 4
multirepository: true
php-image: "ghcr.io/ibexa/docker/php:8.2-node18"
php-image: "ghcr.io/ibexa/docker/php:8.3-node18"
timeout: 120
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
Expand Down

0 comments on commit 2783c58

Please sign in to comment.