From 21de87b1a07e471bb02c6777827964f70493d1c3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Mar 2026 10:08:13 +0000 Subject: [PATCH 1/2] Initial plan From a23a237c9a96a0dee177a836b5324fd44b23001e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Mar 2026 10:09:51 +0000 Subject: [PATCH 2/2] Add PHP 8.5 support Co-authored-by: gdebrauwer <22586858+gdebrauwer@users.noreply.github.com> --- .github/workflows/run-tests.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index ea6ba7c..3da9a28 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - php: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4] + php: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5] dependency-version: [prefer-lowest, prefer-stable] name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }} diff --git a/composer.json b/composer.json index 937279d..776b37f 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "^7.3|^7.4|^8.0|^8.1|^8.2|^8.3|^8.4" + "php": "^7.3|^7.4|^8.0|^8.1|^8.2|^8.3|^8.4|^8.5" }, "require-dev": { "adamwojs/php-cs-fixer-phpdoc-force-fqcn": "^2.0",