From d923a65170b33575fc37c6ea77863d80c37ee466 Mon Sep 17 00:00:00 2001 From: Jesper Noordsij Date: Wed, 1 Oct 2025 12:26:21 +0200 Subject: [PATCH] Run tests on PHP 8.5 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c45d933d5171..377bfb783a94 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.2, 8.3, 8.4] + php: [8.2, 8.3, 8.4, 8.5] phpunit: ['10.5.35', '11.5.3', '12.0.0', '12.3.0'] stability: [prefer-lowest, prefer-stable] exclude: @@ -116,7 +116,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.2, 8.3, 8.4] + php: [8.2, 8.3, 8.4, 8.5] phpunit: ['10.5.35', '11.5.3', '12.0.0', '12.3.0'] stability: [prefer-lowest, prefer-stable] exclude: