From 1334ce4c58c01b97708457915d7c84690faeefbf Mon Sep 17 00:00:00 2001 From: Ben Poulson Date: Thu, 9 Apr 2026 14:38:06 +0700 Subject: [PATCH 1/2] PHP8.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, From efcfe7ae48b9b371c26bdeb4338a117aa8b363e9 Mon Sep 17 00:00:00 2001 From: Ben Poulson Date: Thu, 9 Apr 2026 14:39:10 +0700 Subject: [PATCH 2/2] PHP8.5 CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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