From 2fa7cec910c1f7cc03134f013ae4ef616717458a Mon Sep 17 00:00:00 2001 From: Michael Esteves Date: Fri, 3 Jul 2026 11:02:30 +1000 Subject: [PATCH 1/3] chore: CRM-14077 lift PHP cap to <8.5 Co-Authored-By: Claude Fable 5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a8bd16e..d85da3b 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "minimum-stability": "stable", "require": { - "php" : ">=7.4 <8.3", + "php" : ">=7.4 <8.5", "rexlabs/utility-belt": "^4.0" }, "require-dev": { From b8dc9341856c2f42642c4c4c2e74e08c7eaf06af Mon Sep 17 00:00:00 2001 From: Michael Esteves Date: Fri, 3 Jul 2026 11:02:31 +1000 Subject: [PATCH 2/3] chore: CRM-14077 add PHP 8.3 to the CI matrix Co-Authored-By: Claude Fable 5 --- .github/workflows/pr_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index 53dc730..9f66915 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - php: ["7.4", "8.0", "8.1", "8.2"] + php: ["7.4", "8.0", "8.1", "8.2", "8.3"] composer-version: [prefer-lowest, prefer-stable] steps: - name: Checkout From 5df4453b75f73bdffff0550219493cc944aa5b2d Mon Sep 17 00:00:00 2001 From: Michael Esteves Date: Fri, 3 Jul 2026 12:01:12 +1000 Subject: [PATCH 3/3] =?UTF-8?q?fix:=20CRM-14077=20narrow=20the=20lift=20to?= =?UTF-8?q?=20<8.4=20=E2=80=94=20claim=20only=20the=20CI-validated=20range?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d85da3b..9a690c6 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "minimum-stability": "stable", "require": { - "php" : ">=7.4 <8.5", + "php" : ">=7.4 <8.4", "rexlabs/utility-belt": "^4.0" }, "require-dev": {