From 51b98739947d2fb62bcb4fb0907bc992fc099dea Mon Sep 17 00:00:00 2001 From: Karsten Dambekalns Date: Mon, 11 Mar 2024 12:49:37 +0100 Subject: [PATCH 1/3] Raise PHP dependencies to 8.[123].* --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cb334b3..6fafe08 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "neos/cache": "^7.0 || ^8.0 || ^9.0", "ext-zlib": "*", "predis/predis": "^2.0", - "php": "7.4.* || 8.0.* || 8.1.* || 8.2.*" + "php": "8.1.* || 8.2.* || 8.3.*" }, "require-dev": { "mikey179/vfsstream": "~1.6", From b1f2510bf0634e7905269d04ecf8b64bd9d3a4c3 Mon Sep 17 00:00:00 2001 From: Karsten Dambekalns Date: Mon, 11 Mar 2024 13:18:58 +0100 Subject: [PATCH 2/3] Adjust CI to new PHP version requirements --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b6f584f..11c4be9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - php-version: [ 7.4, 8.0, 8.1, 8.2 ] + php-version: [ 8.1, 8.2, 8.3 ] redis-version: [ 5, 6 ] compiler: - default From 8a120337ea7ef6a437dcf2d93769d4b8e385405d Mon Sep 17 00:00:00 2001 From: Karsten Dambekalns Date: Wed, 13 Mar 2024 18:34:18 +0100 Subject: [PATCH 3/3] Allow PhpUnit ^9.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6fafe08..3b63932 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require-dev": { "mikey179/vfsstream": "~1.6", - "phpunit/phpunit": "^8.5.29" + "phpunit/phpunit": "^8.5.29 || ^9.5" }, "autoload": { "psr-4": {