From c01eb774df4b2817dffec7fd7ee9349107af00bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Thu, 9 May 2024 08:32:36 +0200 Subject: [PATCH] IBX-8154: Run tests on PHP 8.3 (3.3) (#150) * 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 8cffe97b3ebd4156c409e43fa3b16c7d17bf1367. --- .github/workflows/browser-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index d7430a45f3..93efe9a1c7 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -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" @@ -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" @@ -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