From f2c26c116a6e06ae3d75e33d18d77a0f8e275e78 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Mon, 27 Oct 2025 11:56:34 -0600 Subject: [PATCH] 8.5 not available yet Signed-off-by: Andy Miller --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 30dfd954a..39c7ca042 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,7 +13,7 @@ jobs: unit-tests: strategy: matrix: - php: [8.5, 8.4, 8.3] + php: [8.4, 8.3] os: [ubuntu-latest] runs-on: ${{ matrix.os }}