From 06ec7887a6bc47b643683c5212c18df3536537c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Tue, 23 Apr 2024 14:04:54 +0200 Subject: [PATCH 1/4] IBX-8154: Run tests on PHP 8.3 (3.3) --- .github/workflows/browser-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 1f7707a8..f8c41209 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -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/MySQL/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "commerce" @@ -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 }} From d50d29ef9ac0f66b6fa26fbcd709f42577f0e7bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Tue, 23 Apr 2024 14:06:10 +0200 Subject: [PATCH 2/4] [TMP] ci-scripts branch --- .github/workflows/browser-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index f8c41209..fc12bca1 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -23,6 +23,7 @@ jobs: name: "PHP 7.3/PostgreSQL/Varnish/Redis/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: ibx-8154 project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" @@ -43,6 +44,7 @@ jobs: name: "PHP 7.4/MySQL/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: ibx-8154 project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" @@ -63,6 +65,7 @@ jobs: name: "PHP 8.3/MySQL/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: ibx-8154 project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" From 733a0a1e60f1d44ac25949b72ad15f9e7eee8b2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Tue, 7 May 2024 13:06:34 +0200 Subject: [PATCH 3/4] Revert "[TMP] ci-scripts branch" This reverts commit d50d29ef9ac0f66b6fa26fbcd709f42577f0e7bc. --- .github/workflows/browser-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index fc12bca1..f8c41209 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -23,7 +23,6 @@ jobs: name: "PHP 7.3/PostgreSQL/Varnish/Redis/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: - ci-scripts-branch: ibx-8154 project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" @@ -44,7 +43,6 @@ jobs: name: "PHP 7.4/MySQL/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: - ci-scripts-branch: ibx-8154 project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" @@ -65,7 +63,6 @@ jobs: name: "PHP 8.3/MySQL/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: - ci-scripts-branch: ibx-8154 project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" From 50a5e6922e34136187a5a8e3bb8ff3ec7db474cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Tue, 7 May 2024 13:07:46 +0200 Subject: [PATCH 4/4] Added Node version to job name --- .github/workflows/browser-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index f8c41209..873cf8f7 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -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" @@ -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" @@ -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.3/MySQL/Multirepository" + name: "PHP 8.3/Node 18/MySQL/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "commerce"