From c90e16918da83e2d15ac095a66acadf3786dbef6 Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Fri, 7 Aug 2026 14:32:39 +0200 Subject: [PATCH 01/15] [TMP] Run regression for IBX-12043 Points the commerce regression build at the DBAL 4 branches of the ten packages the edition installs. Revert once they are merged. --- dependencies.json | 65 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 dependencies.json diff --git a/dependencies.json b/dependencies.json new file mode 100644 index 00000000..dd6e4240 --- /dev/null +++ b/dependencies.json @@ -0,0 +1,65 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/core", + "package": "ibexa/core", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/core-persistence", + "package": "ibexa/core-persistence", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/doctrine-schema", + "package": "ibexa/doctrine-schema", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/installer", + "package": "ibexa/installer", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/doctrine-migrations", + "package": "ibexa/doctrine-migrations", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/migrations", + "package": "ibexa/migrations", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/taxonomy", + "package": "ibexa/taxonomy", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/product-catalog", + "package": "ibexa/product-catalog", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/fieldtype-page", + "package": "ibexa/fieldtype-page", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/connector-payum", + "package": "ibexa/connector-payum", + "shouldBeAddedAsVCS": true + } + ] +} From a9532ef1850364532d28cc251b141f81579720c5 Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Fri, 7 Aug 2026 14:40:31 +0200 Subject: [PATCH 02/15] Add VCS repositories only for the private packages Composer authenticates against github.com for every VCS repository it is given, and adding one for a public package broke that with "Could not authenticate against github.com". The public ones resolve without it. --- dependencies.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dependencies.json b/dependencies.json index dd6e4240..f1af330d 100644 --- a/dependencies.json +++ b/dependencies.json @@ -5,19 +5,19 @@ "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", "repositoryUrl": "https://github.com/ibexa/core", "package": "ibexa/core", - "shouldBeAddedAsVCS": true + "shouldBeAddedAsVCS": false }, { "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", "repositoryUrl": "https://github.com/ibexa/core-persistence", "package": "ibexa/core-persistence", - "shouldBeAddedAsVCS": true + "shouldBeAddedAsVCS": false }, { "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", "repositoryUrl": "https://github.com/ibexa/doctrine-schema", "package": "ibexa/doctrine-schema", - "shouldBeAddedAsVCS": true + "shouldBeAddedAsVCS": false }, { "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", @@ -29,7 +29,7 @@ "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", "repositoryUrl": "https://github.com/ibexa/doctrine-migrations", "package": "ibexa/doctrine-migrations", - "shouldBeAddedAsVCS": true + "shouldBeAddedAsVCS": false }, { "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", From 211de0f002d74b7c30cfea4adcb2b6ad69c4c744 Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Tue, 18 Aug 2026 10:07:02 +0200 Subject: [PATCH 03/15] Switch workflow references to `k8s-satis` branch and add `ci-scripts-branch` input --- .github/workflows/browser-tests.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index eda354ab..987b03bd 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: inputs: send-success-notification: - description: 'Send a notification when the tests pass' + description: 'Send a notification when the tests pass' required: false type: boolean default: false @@ -21,7 +21,7 @@ on: jobs: regression-commerce-setup1: name: "PHP 8.3/Node 22/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@k8s-satis with: project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} @@ -29,6 +29,7 @@ jobs: test-setup-phase-1: "--profile=regression --suite=setup-commerce --tags=~@part2 --mode=standard" test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --mode=standard" setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql18.yml:doc/docker/varnish.yml:doc/docker/redis7.2.yml:doc/docker/selenium.yml" + ci-scripts-branch: "k8s-satis" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} job-count: 4 multirepository: true @@ -37,7 +38,7 @@ jobs: secrets: inherit regression-commerce-setup2: name: "PHP 8.4/Node 22/MariaDB 11.4/Elastic 8/Valkey latest" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@k8s-satis with: project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} @@ -45,6 +46,7 @@ jobs: test-setup-phase-1: "--profile=regression --suite=setup-commerce --tags=~@part2 --mode=standard" test-setup-phase-2: "--profile=regression --suite=setup-commerce --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" + ci-scripts-branch: "k8s-satis" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} job-count: 4 multirepository: true @@ -53,7 +55,7 @@ jobs: secrets: inherit regression-commerce-setup3: name: "PHP 8.4/Node 22/MySQL 8.4/Multirepository/Solr 8/Redis latest" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@k8s-satis with: project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} @@ -61,6 +63,7 @@ jobs: test-setup-phase-1: "--profile=regression --suite=setup-commerce --tags=~@part2 --mode=standard" test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --mode=standard" 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" + ci-scripts-branch: "k8s-satis" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} job-count: 4 multirepository: true @@ -69,11 +72,12 @@ jobs: secrets: inherit admin-ui-connector-quable: name: "Connector-quable tests/PHP 8.4/Node 22/PostgreSQL 18.0" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@k8s-satis with: project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql18.yml:doc/docker/selenium.yml" + ci-scripts-branch: "k8s-satis" install-connector-quable: true test-suite: '--profile=browser --suite=admin-ui-full --tags=@IbexaCommerce' test-setup-phase-1: '--profile=setup --suite=personas --mode=standard' From df583de2d7aa4c400cffda128149bd4cd0ba40e4 Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Tue, 18 Aug 2026 11:57:58 +0200 Subject: [PATCH 04/15] Add ibexa/measurement to the regression run Its attribute visitor narrowed a return type the DBAL 4 parent widened, which fataled at class load. Private repository, so it needs a VCS entry. --- dependencies.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dependencies.json b/dependencies.json index f1af330d..7d8ee635 100644 --- a/dependencies.json +++ b/dependencies.json @@ -60,6 +60,12 @@ "repositoryUrl": "https://github.com/ibexa/connector-payum", "package": "ibexa/connector-payum", "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/measurement", + "package": "ibexa/measurement", + "shouldBeAddedAsVCS": true } ] } From 8474c981ac60d0e93ac78d0355636d58aeaee49d Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Tue, 18 Aug 2026 12:40:47 +0200 Subject: [PATCH 05/15] Add ibexa/workflow to the regression run Its gateway passed composite expressions to leftJoin, which DBAL 4 rejects; three of those were hidden behind a PHPStan baseline. Private repository, so it needs a VCS entry. --- dependencies.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dependencies.json b/dependencies.json index 7d8ee635..86cadce7 100644 --- a/dependencies.json +++ b/dependencies.json @@ -66,6 +66,12 @@ "repositoryUrl": "https://github.com/ibexa/measurement", "package": "ibexa/measurement", "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/workflow", + "package": "ibexa/workflow", + "shouldBeAddedAsVCS": true } ] } From 0f1a2079799c7a0d9a4fed7eae1e9d96eae6cbc5 Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Wed, 19 Aug 2026 08:43:37 +0200 Subject: [PATCH 06/15] Add system-info, discounts and site-factory to the regression run All three broke on DBAL 4 in the previous run: a moved class, an array passed to a variadic select, and integers handed to a string-only expression builder. --- dependencies.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dependencies.json b/dependencies.json index 86cadce7..072f8afb 100644 --- a/dependencies.json +++ b/dependencies.json @@ -72,6 +72,24 @@ "repositoryUrl": "https://github.com/ibexa/workflow", "package": "ibexa/workflow", "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/system-info", + "package": "ibexa/system-info", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/discounts", + "package": "ibexa/discounts", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/site-factory", + "package": "ibexa/site-factory", + "shouldBeAddedAsVCS": true } ] } From 729fb24045b6ba6e1fba7d167e830f868a39288a Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Thu, 20 Aug 2026 10:48:39 +0200 Subject: [PATCH 07/15] Add ibexa/order-management to the regression run --- dependencies.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dependencies.json b/dependencies.json index 072f8afb..488d53d6 100644 --- a/dependencies.json +++ b/dependencies.json @@ -90,6 +90,12 @@ "repositoryUrl": "https://github.com/ibexa/site-factory", "package": "ibexa/site-factory", "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/order-management", + "package": "ibexa/order-management", + "shouldBeAddedAsVCS": true } ] } From 6b05a313abfdc58a81d9b70484a9859a115c9360 Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Thu, 20 Aug 2026 12:02:48 +0200 Subject: [PATCH 08/15] Add oauth2-server, page-builder, fieldtype-matrix, shopping-list, site-context and user to the regression run --- dependencies.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/dependencies.json b/dependencies.json index 488d53d6..2c672054 100644 --- a/dependencies.json +++ b/dependencies.json @@ -96,6 +96,42 @@ "repositoryUrl": "https://github.com/ibexa/order-management", "package": "ibexa/order-management", "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/oauth2-server", + "package": "ibexa/oauth2-server", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/page-builder", + "package": "ibexa/page-builder", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/fieldtype-matrix", + "package": "ibexa/fieldtype-matrix", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/shopping-list", + "package": "ibexa/shopping-list", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/site-context", + "package": "ibexa/site-context", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/user", + "package": "ibexa/user", + "shouldBeAddedAsVCS": false } ] } From 1bf1dff1a46340e5534db83e4c83c72f524fbea3 Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Thu, 20 Aug 2026 12:07:14 +0200 Subject: [PATCH 09/15] Stop adding VCS repositories for private packages The satis pipeline serves them, and the GitHub App token composer is given cannot clone over git, so every VCS entry fails on the first repository composer tries. --- dependencies.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/dependencies.json b/dependencies.json index 2c672054..7e6dfb6c 100644 --- a/dependencies.json +++ b/dependencies.json @@ -23,7 +23,7 @@ "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", "repositoryUrl": "https://github.com/ibexa/installer", "package": "ibexa/installer", - "shouldBeAddedAsVCS": true + "shouldBeAddedAsVCS": false }, { "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", @@ -35,43 +35,43 @@ "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", "repositoryUrl": "https://github.com/ibexa/migrations", "package": "ibexa/migrations", - "shouldBeAddedAsVCS": true + "shouldBeAddedAsVCS": false }, { "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", "repositoryUrl": "https://github.com/ibexa/taxonomy", "package": "ibexa/taxonomy", - "shouldBeAddedAsVCS": true + "shouldBeAddedAsVCS": false }, { "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", "repositoryUrl": "https://github.com/ibexa/product-catalog", "package": "ibexa/product-catalog", - "shouldBeAddedAsVCS": true + "shouldBeAddedAsVCS": false }, { "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", "repositoryUrl": "https://github.com/ibexa/fieldtype-page", "package": "ibexa/fieldtype-page", - "shouldBeAddedAsVCS": true + "shouldBeAddedAsVCS": false }, { "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", "repositoryUrl": "https://github.com/ibexa/connector-payum", "package": "ibexa/connector-payum", - "shouldBeAddedAsVCS": true + "shouldBeAddedAsVCS": false }, { "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", "repositoryUrl": "https://github.com/ibexa/measurement", "package": "ibexa/measurement", - "shouldBeAddedAsVCS": true + "shouldBeAddedAsVCS": false }, { "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", "repositoryUrl": "https://github.com/ibexa/workflow", "package": "ibexa/workflow", - "shouldBeAddedAsVCS": true + "shouldBeAddedAsVCS": false }, { "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", @@ -83,31 +83,31 @@ "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", "repositoryUrl": "https://github.com/ibexa/discounts", "package": "ibexa/discounts", - "shouldBeAddedAsVCS": true + "shouldBeAddedAsVCS": false }, { "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", "repositoryUrl": "https://github.com/ibexa/site-factory", "package": "ibexa/site-factory", - "shouldBeAddedAsVCS": true + "shouldBeAddedAsVCS": false }, { "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", "repositoryUrl": "https://github.com/ibexa/order-management", "package": "ibexa/order-management", - "shouldBeAddedAsVCS": true + "shouldBeAddedAsVCS": false }, { "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", "repositoryUrl": "https://github.com/ibexa/oauth2-server", "package": "ibexa/oauth2-server", - "shouldBeAddedAsVCS": true + "shouldBeAddedAsVCS": false }, { "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", "repositoryUrl": "https://github.com/ibexa/page-builder", "package": "ibexa/page-builder", - "shouldBeAddedAsVCS": true + "shouldBeAddedAsVCS": false }, { "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", @@ -119,13 +119,13 @@ "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", "repositoryUrl": "https://github.com/ibexa/shopping-list", "package": "ibexa/shopping-list", - "shouldBeAddedAsVCS": true + "shouldBeAddedAsVCS": false }, { "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", "repositoryUrl": "https://github.com/ibexa/site-context", "package": "ibexa/site-context", - "shouldBeAddedAsVCS": true + "shouldBeAddedAsVCS": false }, { "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", From 4cb00aacea6db659f8d8730d235d342c1353f76a Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Thu, 20 Aug 2026 12:46:21 +0200 Subject: [PATCH 10/15] Drop ibexa/oauth2-server from the regression run It is not part of a Commerce install, and forcing it in leaves league_oauth2_server without its required authorization_server configuration, so the project cannot build its container. --- dependencies.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dependencies.json b/dependencies.json index 7e6dfb6c..f13ccda1 100644 --- a/dependencies.json +++ b/dependencies.json @@ -97,12 +97,6 @@ "package": "ibexa/order-management", "shouldBeAddedAsVCS": false }, - { - "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", - "repositoryUrl": "https://github.com/ibexa/oauth2-server", - "package": "ibexa/oauth2-server", - "shouldBeAddedAsVCS": false - }, { "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", "repositoryUrl": "https://github.com/ibexa/page-builder", From 08bdaf04e2c8049a14ff20a95384a2015d7220a1 Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Thu, 20 Aug 2026 14:45:05 +0200 Subject: [PATCH 11/15] Add ibexa/discounts-codes to the regression run --- dependencies.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dependencies.json b/dependencies.json index f13ccda1..f0060d5e 100644 --- a/dependencies.json +++ b/dependencies.json @@ -126,6 +126,12 @@ "repositoryUrl": "https://github.com/ibexa/user", "package": "ibexa/user", "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/discounts-codes", + "package": "ibexa/discounts-codes", + "shouldBeAddedAsVCS": false } ] } From 73538aa26f281d6410ccdb16253010f65693ea7c Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Thu, 20 Aug 2026 14:56:32 +0200 Subject: [PATCH 12/15] Add ibexa/activity-log to the regression run --- dependencies.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dependencies.json b/dependencies.json index f0060d5e..78eee30a 100644 --- a/dependencies.json +++ b/dependencies.json @@ -132,6 +132,12 @@ "repositoryUrl": "https://github.com/ibexa/discounts-codes", "package": "ibexa/discounts-codes", "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/activity-log", + "package": "ibexa/activity-log", + "shouldBeAddedAsVCS": false } ] } From 9f7545d374991dd477358bb4856d69a4c282b39a Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Thu, 20 Aug 2026 15:06:09 +0200 Subject: [PATCH 13/15] Add ibexa/collaboration to the regression run --- dependencies.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dependencies.json b/dependencies.json index 78eee30a..195542ba 100644 --- a/dependencies.json +++ b/dependencies.json @@ -138,6 +138,12 @@ "repositoryUrl": "https://github.com/ibexa/activity-log", "package": "ibexa/activity-log", "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/collaboration", + "package": "ibexa/collaboration", + "shouldBeAddedAsVCS": false } ] } From 3d196df2a1aeefd5bba5dacbd29ce0b47220feb6 Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Mon, 31 Aug 2026 13:11:58 +0200 Subject: [PATCH 14/15] Add ibexa/segmentation to the regression run --- dependencies.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dependencies.json b/dependencies.json index 195542ba..de5ee682 100644 --- a/dependencies.json +++ b/dependencies.json @@ -144,6 +144,12 @@ "repositoryUrl": "https://github.com/ibexa/collaboration", "package": "ibexa/collaboration", "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/segmentation", + "package": "ibexa/segmentation", + "shouldBeAddedAsVCS": false } ] } From c9696b18aab61eda13c616b44bd0c356e72af521 Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Mon, 31 Aug 2026 13:12:07 +0200 Subject: [PATCH 15/15] Add ibexa/corporate-account to the regression run --- dependencies.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dependencies.json b/dependencies.json index de5ee682..6195d6cb 100644 --- a/dependencies.json +++ b/dependencies.json @@ -150,6 +150,12 @@ "repositoryUrl": "https://github.com/ibexa/segmentation", "package": "ibexa/segmentation", "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-dbal-4-upgrade as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/corporate-account", + "package": "ibexa/corporate-account", + "shouldBeAddedAsVCS": false } ] }