From ad96ffe78f6594aa0733dddc1658b3919207a2bd Mon Sep 17 00:00:00 2001 From: M-arcus <25648755+M-arcus@users.noreply.github.com> Date: Thu, 25 Jun 2026 12:41:11 +0200 Subject: [PATCH] Allow PHP 8.5 --- .github/workflows/ci.yml | 3 ++- composer.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af37911..8466b07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,8 @@ jobs: php-version: [ '8.2', '8.3', - '8.4' + '8.4', + '8.5' ] steps: diff --git a/composer.json b/composer.json index 171c8b4..a1a4750 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ } ], "require": { - "php": ">= 8.2 < 8.5", + "php": ">= 8.2", "ext-simplexml": "*", "ext-dom": "*", "ext-libxml": "*",