From f4d5b39ef3be55d455de7fbb65f2fa873570d660 Mon Sep 17 00:00:00 2001 From: Derrick Austin Date: Thu, 11 Jun 2026 04:19:12 -0400 Subject: [PATCH] Add PHP 8.5 to the PHPUnit test matrix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 537c81aeeb..398fe5a813 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -95,7 +95,7 @@ jobs: max-parallel: 8 matrix: operatingSystem: [ubuntu-latest, windows-latest] - phpVersion: ['8.1', '8.2', '8.3', '8.4'] + phpVersion: ['8.1', '8.2', '8.3', '8.4', '8.5'] fail-fast: false runs-on: ${{ matrix.operatingSystem }} name: ${{ matrix.operatingSystem }} / PHP ${{ matrix.phpVersion }}