diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e537bed..41a9973 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: [ 7.4, 8.0, 8.1, 8.2, 8.3, 8.4 ] + php-versions: [ 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5 ] steps: - name: Checkout code diff --git a/composer.json b/composer.json index 6ae3a83..ab790db 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } ], "require": { - "php": ">=7.4 <8.5", + "php": ">=7.4 <8.6", "ext-curl": "*", "guzzlehttp/guzzle": "^7.0" },