Skip to content

Commit

Permalink
IBX-8154: Run tests on PHP 8.3 (3.3) (#150)
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

* Added Node version to job name

* Revert "[TMP] ci-scripts branch"

This reverts commit 8cffe97.
  • Loading branch information
micszo authored May 9, 2024
1 parent b9a09cc commit c01eb77
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.3/PostgreSQL/Varnish/Redis"
name: "PHP 7.3/Node 14/PostgreSQL/Varnish/Redis"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "oss"
Expand All @@ -36,7 +36,7 @@ jobs:
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
regression-oss-setup2:
name: "PHP 7.4/MySQL"
name: "PHP 7.4/Node 16/MySQL"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "oss"
Expand All @@ -52,14 +52,14 @@ jobs:
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
regression-oss-setup3:
name: "PHP 8.2/MySQL"
name: "PHP 8.3/Node 18/MySQL"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "oss"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=regression --suite=oss"
test-setup-phase-1: "--profile=regression --suite=setup-oss --mode=standard"
php-image: "ghcr.io/ibexa/docker/php:8.2-node18"
php-image: "ghcr.io/ibexa/docker/php:8.3-node18"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
job-count: 2
timeout: 60
Expand Down

0 comments on commit c01eb77

Please sign in to comment.