From aed2ed0fd8b66233696af5feba3386da5bb219b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20L=C3=BCckel?= Date: Wed, 10 Jun 2026 15:07:54 +0200 Subject: [PATCH 1/2] feat: enable PHP8.5 tests --- .github/workflows/test.yaml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fc0994b..35c4251 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,6 +22,7 @@ jobs: - { php: 8.2, coverage: true} - { php: 8.3 } - { php: 8.4 } + - { php: 8.5 } steps: - uses: actions/checkout@v6 diff --git a/composer.json b/composer.json index 3bc3972..7faa815 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } }, "require": { - "php": " ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" + "php": " ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0" }, "extra": { }, From 5dc5eeccda89c7e99916310b0d14b6c9ed50f5f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20L=C3=BCckel?= Date: Wed, 10 Jun 2026 15:10:08 +0200 Subject: [PATCH 2/2] feat: update list --- .github/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 35c4251..a44a3d0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,10 +18,10 @@ jobs: fail-fast: false matrix: env: - - { php: 8.1} - - { php: 8.2, coverage: true} + - { php: 8.1 } + - { php: 8.2 } - { php: 8.3 } - - { php: 8.4 } + - { php: 8.4, coverage: true } - { php: 8.5 } steps: