From 48aed9c627b3763a374b1c86ab281e8b6efe9841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Thu, 19 Feb 2026 16:41:17 +0100 Subject: [PATCH 01/18] [TMP] Run regression --- dependencies.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dependencies.json diff --git a/dependencies.json b/dependencies.json new file mode 100644 index 0000000..d52d386 --- /dev/null +++ b/dependencies.json @@ -0,0 +1,17 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-IBX-11179-PHP-8.4-certification-entity-manager-not-lazy as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/core", + "package": "ibexa/core", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-ibx-11328-php-8.4 as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/docker", + "package": "ibexa/docker", + "shouldBeAddedAsVCS": false + } + ] +} \ No newline at end of file From b0c22408014bb34a64bdd6bf7a4dc82f1ca8ea6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Thu, 19 Feb 2026 16:50:15 +0100 Subject: [PATCH 02/18] IBX-11328: Run tests on PHP 8.4 --- .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 7ec505f..60215b5 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -52,7 +52,7 @@ jobs: timeout: 90 secrets: inherit regression-headless-setup3: - name: "PHP 8.3/Node 22/MySQL 8.4/Compatibility layer/Solr 8/Redis latest" + name: "PHP 8.4/Node 22/MySQL 8.4/Compatibility layer/Solr 8/Redis latest" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "headless" @@ -63,7 +63,7 @@ jobs: setup: "doc/docker/base-dev.yml:doc/docker/db-mysql8.4.yml:doc/docker/solr8.yml:doc/docker/redis-latest.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} use-compatibility-layer: true - php-image: "ghcr.io/ibexa/docker/php:8.3-node22" + php-image: "ghcr.io/ibexa/docker/php:8.4-node22" job-count: 2 timeout: 90 secrets: inherit From 6b2ef74b9035a42bb44b6472240fc497df10d486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Thu, 19 Feb 2026 17:07:03 +0100 Subject: [PATCH 03/18] [tmp] fieldtype-richtext-rte PR#42 --- dependencies.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dependencies.json b/dependencies.json index d52d386..9847052 100644 --- a/dependencies.json +++ b/dependencies.json @@ -12,6 +12,12 @@ "repositoryUrl": "https://github.com/ibexa/docker", "package": "ibexa/docker", "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-bumped-firebase-php-jwt as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/fieldtype-richtext-rte", + "package": "ibexa/fieldtype-richtext-rte", + "shouldBeAddedAsVCS": true } ] -} \ No newline at end of file +} From 04f6563a6a71dc1652adac99286a7ae42741f52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Fri, 20 Feb 2026 08:33:12 +0100 Subject: [PATCH 04/18] [tmp] all 8.4 for core#707 --- .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 60215b5..1e66fe4 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -20,7 +20,7 @@ on: jobs: regression-headless-setup1: - name: "PHP 7.4/Node 18/PostgreSQL 18.0/Varnish/Redis 7.2/Multirepository" + name: "PHP 8.4/Node 22/PostgreSQL 18.0/Varnish/Redis 7.2/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "headless" @@ -31,12 +31,12 @@ jobs: setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql18.yml:doc/docker/varnish.yml:doc/docker/redis7.2.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:8.4-node22" job-count: 2 timeout: 90 secrets: inherit regression-headless-setup2: - name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic 8/Valkey latest" + name: "PHP 8.4/Node 22/MariaDB 11.4/Compatibility layer/Elastic 8/Valkey latest" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "headless" @@ -47,7 +47,7 @@ jobs: setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb11.4.yml:doc/docker/elastic8.yml:doc/docker/valkey-latest.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} use-compatibility-layer: true - php-image: "ghcr.io/ibexa/docker/php:8.0-node20" + php-image: "ghcr.io/ibexa/docker/php:8.4-node22" job-count: 2 timeout: 90 secrets: inherit From ce1fbfa59213e33c32ad5a76bb6b4b590f3363a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Fri, 20 Feb 2026 08:43:09 +0100 Subject: [PATCH 05/18] fixup! [tmp] all 8.4 for core#707 --- .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 1e66fe4..95e9f63 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -36,7 +36,7 @@ jobs: timeout: 90 secrets: inherit regression-headless-setup2: - name: "PHP 8.4/Node 22/MariaDB 11.4/Compatibility layer/Elastic 8/Valkey latest" + name: "PHP 8.4/Node 22/MariaDB 11.4/Compatibility layer/Elastic 7/Valkey latest" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "headless" @@ -44,7 +44,7 @@ jobs: test-suite: "--profile=regression --suite=headless" test-setup-phase-1: "--profile=regression --suite=setup-headless --tags=~@part2 --mode=standard" test-setup-phase-2: "--profile=regression --suite=setup-headless --tags=@part2 --mode=standard" - setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb11.4.yml:doc/docker/elastic8.yml:doc/docker/valkey-latest.yml:doc/docker/selenium.yml" + setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb11.4.yml:doc/docker/elastic.yml:doc/docker/valkey-latest.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} use-compatibility-layer: true php-image: "ghcr.io/ibexa/docker/php:8.4-node22" From 29440b946ea1a80964fb89221ba0632fb8d5eeb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Mon, 23 Feb 2026 14:01:36 +0100 Subject: [PATCH 06/18] [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 95e9f63..19f2a6d 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -23,6 +23,7 @@ jobs: name: "PHP 8.4/Node 22/PostgreSQL 18.0/Varnish/Redis 7.2/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-11328-php-8.4' project-edition: "headless" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=headless" @@ -39,6 +40,7 @@ jobs: name: "PHP 8.4/Node 22/MariaDB 11.4/Compatibility layer/Elastic 7/Valkey latest" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-11328-php-8.4' project-edition: "headless" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=headless" @@ -55,6 +57,7 @@ jobs: name: "PHP 8.4/Node 22/MySQL 8.4/Compatibility layer/Solr 8/Redis latest" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-11328-php-8.4' project-edition: "headless" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=headless" From 2801d976a71cc3b068277d174a49eb01521edf40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Thu, 26 Feb 2026 14:43:23 +0100 Subject: [PATCH 07/18] Revert "[tmp] fieldtype-richtext-rte PR#42" This reverts commit 6b2ef74b9035a42bb44b6472240fc497df10d486. --- dependencies.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dependencies.json b/dependencies.json index 9847052..d52d386 100644 --- a/dependencies.json +++ b/dependencies.json @@ -12,12 +12,6 @@ "repositoryUrl": "https://github.com/ibexa/docker", "package": "ibexa/docker", "shouldBeAddedAsVCS": false - }, - { - "requirement": "dev-bumped-firebase-php-jwt as 4.6.x-dev", - "repositoryUrl": "https://github.com/ibexa/fieldtype-richtext-rte", - "package": "ibexa/fieldtype-richtext-rte", - "shouldBeAddedAsVCS": true } ] -} +} \ No newline at end of file From ca348a30998b50404597495218cb06c0893bee69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Thu, 26 Feb 2026 14:43:47 +0100 Subject: [PATCH 08/18] [revert] core dep --- dependencies.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dependencies.json b/dependencies.json index d52d386..6473472 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,12 +1,6 @@ { "recipesEndpoint": "", "packages": [ - { - "requirement": "dev-IBX-11179-PHP-8.4-certification-entity-manager-not-lazy as 4.6.x-dev", - "repositoryUrl": "https://github.com/ibexa/core", - "package": "ibexa/core", - "shouldBeAddedAsVCS": false - }, { "requirement": "dev-ibx-11328-php-8.4 as 4.6.x-dev", "repositoryUrl": "https://github.com/ibexa/docker", @@ -14,4 +8,4 @@ "shouldBeAddedAsVCS": false } ] -} \ No newline at end of file +} From a3de04135e5ff544cd298b96480ff039e936dc36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Thu, 26 Feb 2026 14:49:30 +0100 Subject: [PATCH 09/18] Revert "fixup! [tmp] all 8.4 for core#707" This reverts commit ce1fbfa59213e33c32ad5a76bb6b4b590f3363a7. --- .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 19f2a6d..2bad48e 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -37,7 +37,7 @@ jobs: timeout: 90 secrets: inherit regression-headless-setup2: - name: "PHP 8.4/Node 22/MariaDB 11.4/Compatibility layer/Elastic 7/Valkey latest" + name: "PHP 8.4/Node 22/MariaDB 11.4/Compatibility layer/Elastic 8/Valkey latest" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: ci-scripts-branch: 'ibx-11328-php-8.4' @@ -46,7 +46,7 @@ jobs: test-suite: "--profile=regression --suite=headless" test-setup-phase-1: "--profile=regression --suite=setup-headless --tags=~@part2 --mode=standard" test-setup-phase-2: "--profile=regression --suite=setup-headless --tags=@part2 --mode=standard" - setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb11.4.yml:doc/docker/elastic.yml:doc/docker/valkey-latest.yml:doc/docker/selenium.yml" + setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb11.4.yml:doc/docker/elastic8.yml:doc/docker/valkey-latest.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} use-compatibility-layer: true php-image: "ghcr.io/ibexa/docker/php:8.4-node22" From aeb79f0952daa006ec29ab23596d75fd5050e040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Thu, 26 Feb 2026 14:49:39 +0100 Subject: [PATCH 10/18] Revert "[tmp] all 8.4 for core#707" This reverts commit 04f6563a6a71dc1652adac99286a7ae42741f52f. --- .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 2bad48e..1a2e3cf 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -20,7 +20,7 @@ on: jobs: regression-headless-setup1: - name: "PHP 8.4/Node 22/PostgreSQL 18.0/Varnish/Redis 7.2/Multirepository" + name: "PHP 7.4/Node 18/PostgreSQL 18.0/Varnish/Redis 7.2/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: ci-scripts-branch: 'ibx-11328-php-8.4' @@ -32,12 +32,12 @@ jobs: setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql18.yml:doc/docker/varnish.yml:doc/docker/redis7.2.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} multirepository: true - php-image: "ghcr.io/ibexa/docker/php:8.4-node22" + php-image: "ghcr.io/ibexa/docker/php:7.4-node18" job-count: 2 timeout: 90 secrets: inherit regression-headless-setup2: - name: "PHP 8.4/Node 22/MariaDB 11.4/Compatibility layer/Elastic 8/Valkey latest" + name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic 8/Valkey latest" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: ci-scripts-branch: 'ibx-11328-php-8.4' @@ -49,7 +49,7 @@ jobs: setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb11.4.yml:doc/docker/elastic8.yml:doc/docker/valkey-latest.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} use-compatibility-layer: true - php-image: "ghcr.io/ibexa/docker/php:8.4-node22" + php-image: "ghcr.io/ibexa/docker/php:8.0-node20" job-count: 2 timeout: 90 secrets: inherit From fef21d5cac8ea6bc456106086baee17fa1a11676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Thu, 26 Feb 2026 14:52:15 +0100 Subject: [PATCH 11/18] [tmp] gh-wf branch --- .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 1a2e3cf..db6d10f 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -21,7 +21,7 @@ on: jobs: regression-headless-setup1: name: "PHP 7.4/Node 18/PostgreSQL 18.0/Varnish/Redis 7.2/Multirepository" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-11328 with: ci-scripts-branch: 'ibx-11328-php-8.4' project-edition: "headless" @@ -38,7 +38,7 @@ jobs: secrets: inherit regression-headless-setup2: name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic 8/Valkey latest" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-11328 with: ci-scripts-branch: 'ibx-11328-php-8.4' project-edition: "headless" @@ -55,7 +55,7 @@ jobs: secrets: inherit regression-headless-setup3: name: "PHP 8.4/Node 22/MySQL 8.4/Compatibility layer/Solr 8/Redis latest" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-11328 with: ci-scripts-branch: 'ibx-11328-php-8.4' project-edition: "headless" From c6f372f15ba7e93de587bced45dcb78c9edf1d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Thu, 26 Feb 2026 15:07:44 +0100 Subject: [PATCH 12/18] [tmp] core 717 dep --- dependencies.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dependencies.json b/dependencies.json index 6473472..41d14b5 100644 --- a/dependencies.json +++ b/dependencies.json @@ -6,6 +6,12 @@ "repositoryUrl": "https://github.com/ibexa/docker", "package": "ibexa/docker", "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-IBX-11179-om-signature as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/core", + "package": "ibexa/core", + "shouldBeAddedAsVCS": false } ] } From 6d83b24cb94988fa1085f3ad94b78c88b1868e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Fri, 27 Feb 2026 15:55:33 +0100 Subject: [PATCH 13/18] Revert "[tmp] core 717 dep" This reverts commit c6f372f15ba7e93de587bced45dcb78c9edf1d77. --- dependencies.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dependencies.json b/dependencies.json index 41d14b5..6473472 100644 --- a/dependencies.json +++ b/dependencies.json @@ -6,12 +6,6 @@ "repositoryUrl": "https://github.com/ibexa/docker", "package": "ibexa/docker", "shouldBeAddedAsVCS": false - }, - { - "requirement": "dev-IBX-11179-om-signature as 4.6.x-dev", - "repositoryUrl": "https://github.com/ibexa/core", - "package": "ibexa/core", - "shouldBeAddedAsVCS": false } ] } From e01d4208763e9c6a5d58f34a81eb051e0f92ba81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Fri, 27 Feb 2026 15:55:41 +0100 Subject: [PATCH 14/18] Revert "[tmp] gh-wf branch" This reverts commit fef21d5cac8ea6bc456106086baee17fa1a11676. --- .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 db6d10f..1a2e3cf 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -21,7 +21,7 @@ on: jobs: regression-headless-setup1: name: "PHP 7.4/Node 18/PostgreSQL 18.0/Varnish/Redis 7.2/Multirepository" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-11328 + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: ci-scripts-branch: 'ibx-11328-php-8.4' project-edition: "headless" @@ -38,7 +38,7 @@ jobs: secrets: inherit regression-headless-setup2: name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic 8/Valkey latest" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-11328 + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: ci-scripts-branch: 'ibx-11328-php-8.4' project-edition: "headless" @@ -55,7 +55,7 @@ jobs: secrets: inherit regression-headless-setup3: name: "PHP 8.4/Node 22/MySQL 8.4/Compatibility layer/Solr 8/Redis latest" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-11328 + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: ci-scripts-branch: 'ibx-11328-php-8.4' project-edition: "headless" From 460884668c1f9baaa645fb9d0535438b8eac85d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Fri, 27 Feb 2026 16:01:24 +0100 Subject: [PATCH 15/18] [tmp] core tag --- dependencies.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dependencies.json b/dependencies.json index 6473472..ed96fdf 100644 --- a/dependencies.json +++ b/dependencies.json @@ -6,6 +6,12 @@ "repositoryUrl": "https://github.com/ibexa/docker", "package": "ibexa/docker", "shouldBeAddedAsVCS": false + }, + { + "requirement": "v4.6.27 as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/core", + "package": "ibexa/core", + "shouldBeAddedAsVCS": false } ] } From e9d19011531a84e0fdf5566ce54bcbade5943712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Tue, 3 Mar 2026 10:37:19 +0100 Subject: [PATCH 16/18] Revert "[tmp] core tag" This reverts commit 460884668c1f9baaa645fb9d0535438b8eac85d2. --- dependencies.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dependencies.json b/dependencies.json index ed96fdf..6473472 100644 --- a/dependencies.json +++ b/dependencies.json @@ -6,12 +6,6 @@ "repositoryUrl": "https://github.com/ibexa/docker", "package": "ibexa/docker", "shouldBeAddedAsVCS": false - }, - { - "requirement": "v4.6.27 as 4.6.x-dev", - "repositoryUrl": "https://github.com/ibexa/core", - "package": "ibexa/core", - "shouldBeAddedAsVCS": false } ] } From b3696dc6837081cb058a543b6b01bcf8f3962758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Tue, 3 Mar 2026 14:28:46 +0100 Subject: [PATCH 17/18] Revert "[tmp] ci-scripts-branch" This reverts commit 29440b946ea1a80964fb89221ba0632fb8d5eeb5. --- .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 1a2e3cf..60215b5 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -23,7 +23,6 @@ jobs: name: "PHP 7.4/Node 18/PostgreSQL 18.0/Varnish/Redis 7.2/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: - ci-scripts-branch: 'ibx-11328-php-8.4' project-edition: "headless" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=headless" @@ -40,7 +39,6 @@ jobs: name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic 8/Valkey latest" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: - ci-scripts-branch: 'ibx-11328-php-8.4' project-edition: "headless" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=headless" @@ -57,7 +55,6 @@ jobs: name: "PHP 8.4/Node 22/MySQL 8.4/Compatibility layer/Solr 8/Redis latest" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: - ci-scripts-branch: 'ibx-11328-php-8.4' project-edition: "headless" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=headless" From 4dc1f8192f05df75f74d81ca489afd23fa25eb52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Tue, 3 Mar 2026 14:29:31 +0100 Subject: [PATCH 18/18] [revert] tmp dep --- dependencies.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 dependencies.json diff --git a/dependencies.json b/dependencies.json deleted file mode 100644 index 6473472..0000000 --- a/dependencies.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "recipesEndpoint": "", - "packages": [ - { - "requirement": "dev-ibx-11328-php-8.4 as 4.6.x-dev", - "repositoryUrl": "https://github.com/ibexa/docker", - "package": "ibexa/docker", - "shouldBeAddedAsVCS": false - } - ] -}