From 40e4800ddc78d1349ebec5317140bb0935000ac7 Mon Sep 17 00:00:00 2001 From: Sylvain Fabre Date: Tue, 24 Mar 2026 22:55:18 +0100 Subject: [PATCH] Require PHP 8.4 and add PHP 8.5 to test matrix Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/build.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8245a3e..84ea8d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['8.3', '8.4'] + php-versions: ['8.4', '8.5'] dependency-versions: ['lowest', 'highest'] runs-on: ubuntu-latest steps: diff --git a/composer.json b/composer.json index e40efb8..846f7ef 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "require": { "moneyphp/money": "^3.0|^4.0", "doctrine/dbal": "^2.8|^3.0", - "php": "^8.3", + "php": "^8.4", "ramsey/uuid-doctrine": "^1.4" }, "require-dev": {