From c4d141b0845544b6d127367c7070d62c0f495589 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Tue, 16 Dec 2025 15:58:52 -0800 Subject: [PATCH] chore: add php 8.5 to testing matrix --- .github/workflows/unit-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yaml b/.github/workflows/unit-tests.yaml index 8c3c2f0ea7b..c2f47355daa 100644 --- a/.github/workflows/unit-tests.yaml +++ b/.github/workflows/unit-tests.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: platform: [ubuntu-latest, windows-latest] - php: [ "8.1", "8.2", "8.3", "8.4" ] + php: [ "8.1", "8.2", "8.3", "8.4", "8.5" ] extensions: ["grpc-1.54.0"] type: ["Unit Test"] include: