From a948e0ce03bfc4be333e47475fa09efa22fdb666 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 1 Sep 2025 13:34:29 +0200 Subject: [PATCH 1/2] [ci] add tests for PHP 8.5 --- .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 3e5deea..57f4be1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: true matrix: - php: [ "8.1", "8.2", "8.3", "8.4" ] + php: [ "8.1", "8.2", "8.3", "8.4", "8.5" ] runs-on: ubuntu-latest name: PHP@${{ matrix.php }} From 27716d61758a0f4d2f98ed93401a54cd1208be9b Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 1 Sep 2025 11:40:04 +0000 Subject: [PATCH 2/2] [ci] add tests for PHP 8.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0603bd6..f964f4e 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": "8.1.* | 8.2.* | 8.3.* | 8.4.*", + "php": "8.1.* | 8.2.* | 8.3.* | 8.4.* | 8.5.*", "tecnickcom/tcpdf": "^6.3" }, "require-dev": {