From 9fa5032c0384f29b4b965a64b50ea2a1cde4f49c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Mon, 25 May 2026 12:17:47 +0200 Subject: [PATCH 1/4] IBX-11797: [3.3] Test ignoring unsolvable advisories --- .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 653dcdbb65..b3cd80caec 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -23,6 +23,7 @@ jobs: name: "PHP 7.3/Node 14/PostgreSQL/Varnish/Redis" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-11797-v3.3' project-edition: "oss" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=oss" @@ -38,6 +39,7 @@ jobs: name: "PHP 7.4/Node 16/MySQL" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-11797-v3.3' project-edition: "oss" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=oss" @@ -53,6 +55,7 @@ jobs: name: "PHP 8.3/Node 18/MySQL" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-11797-v3.3' project-edition: "oss" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=oss" From 6864fb6843f5635e43f4f0d71774cd2986f13bc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Mon, 25 May 2026 12:31:33 +0200 Subject: [PATCH 2/4] Bump Node versions --- .github/workflows/browser-tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index b3cd80caec..2c30c119a0 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/Node 14/PostgreSQL/Varnish/Redis" + name: "PHP 7.3/Node 18/PostgreSQL/Varnish/Redis" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: ci-scripts-branch: 'ibx-11797-v3.3' @@ -31,12 +31,12 @@ 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" + php-image: "ghcr.io/ibexa/docker/php:7.3-node18" job-count: 2 timeout: 60 secrets: inherit regression-oss-setup2: - name: "PHP 7.4/Node 16/MySQL" + name: "PHP 7.4/Node 18/MySQL" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: ci-scripts-branch: 'ibx-11797-v3.3' @@ -47,12 +47,12 @@ 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: "ghcr.io/ibexa/docker/php:7.4-node16" + php-image: "ghcr.io/ibexa/docker/php:7.4-node18" job-count: 2 timeout: 60 secrets: inherit regression-oss-setup3: - name: "PHP 8.3/Node 18/MySQL" + name: "PHP 8.3/Node 22/MySQL" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: ci-scripts-branch: 'ibx-11797-v3.3' @@ -60,7 +60,7 @@ jobs: 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.3-node18" + php-image: "ghcr.io/ibexa/docker/php:8.3-node22" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} job-count: 2 timeout: 60 From 7b3aa31c978ea9dbd88128c6a4c5164d186c5a9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Mon, 25 May 2026 15:13:11 +0200 Subject: [PATCH 3/4] fixup! Bump Node versions --- .github/workflows/browser-tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 2c30c119a0..4ccdf22137 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/Node 18/PostgreSQL/Varnish/Redis" + name: "PHP 7.3/Node 20/PostgreSQL/Varnish/Redis" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: ci-scripts-branch: 'ibx-11797-v3.3' @@ -31,12 +31,12 @@ 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-node18" + php-image: "ghcr.io/ibexa/docker/php:7.3-node20" job-count: 2 timeout: 60 secrets: inherit regression-oss-setup2: - name: "PHP 7.4/Node 18/MySQL" + name: "PHP 7.4/Node 20/MySQL" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: ci-scripts-branch: 'ibx-11797-v3.3' @@ -47,12 +47,12 @@ 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: "ghcr.io/ibexa/docker/php:7.4-node18" + php-image: "ghcr.io/ibexa/docker/php:7.4-node20" job-count: 2 timeout: 60 secrets: inherit regression-oss-setup3: - name: "PHP 8.3/Node 22/MySQL" + name: "PHP 8.3/Node 20/MySQL" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: ci-scripts-branch: 'ibx-11797-v3.3' @@ -60,7 +60,7 @@ jobs: 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.3-node22" + php-image: "ghcr.io/ibexa/docker/php:8.3-node20" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} job-count: 2 timeout: 60 From 2b86d45744b9a06dc9f6ec6fdfdf6374ef6fa725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Wed, 27 May 2026 14:36:02 +0200 Subject: [PATCH 4/4] Revert "IBX-11797: [3.3] Test ignoring unsolvable advisories" This reverts commit 9fa5032c0384f29b4b965a64b50ea2a1cde4f49c. --- .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 4ccdf22137..69a79d0f8c 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -23,7 +23,6 @@ jobs: name: "PHP 7.3/Node 20/PostgreSQL/Varnish/Redis" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: - ci-scripts-branch: 'ibx-11797-v3.3' project-edition: "oss" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=oss" @@ -39,7 +38,6 @@ jobs: name: "PHP 7.4/Node 20/MySQL" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: - ci-scripts-branch: 'ibx-11797-v3.3' project-edition: "oss" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=oss" @@ -55,7 +53,6 @@ jobs: name: "PHP 8.3/Node 20/MySQL" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: - ci-scripts-branch: 'ibx-11797-v3.3' project-edition: "oss" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=oss"