From aa3f1b29ca216d7ad06b6e2b4e592802f724a8ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:22:08 +0000 Subject: [PATCH 1/2] Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 | datasource | package | from | to | | ----------- | -------------------------- | ------ | ----- | | github-tags | containerbase/php-prebuild | 8.3.14 | 8.4.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 379aa6d..ae9398d 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ } }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "require-dev": { "laminas/laminas-coding-standard": "~3.0.1", From 83027233aacc868f22563227326f8c717928704e Mon Sep 17 00:00:00 2001 From: George Steel Date: Thu, 21 Nov 2024 21:23:32 +0000 Subject: [PATCH 2/2] Ignore platform reqs on 8.4, add BC checker to CI Signed-off-by: George Steel --- .laminas-ci.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.laminas-ci.json b/.laminas-ci.json index 2c63c08..6238f6f 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,2 +1,6 @@ { + "ignore_php_platform_requirements": { + "8.4": true + }, + "backwardCompatibilityCheck": true }