From 8de1301f5ca9f8a0af97bcf2c6acad6a4232fb33 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Tue, 25 Nov 2025 17:18:57 +0100 Subject: [PATCH] ci: add tests for PHP 8.5 --- .github/workflows/unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index ef7867a..c8ecc26 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['8.1', '8.2', '8.3', '8.4'] + php: ['8.1', '8.2', '8.3', '8.4', '8.5'] phpunit: [10, 11, 12] dependency-version: [prefer-lowest, prefer-stable] exclude: