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": "*",