From 803bed161b0006f62579fb0003eea5aa82fc5827 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Thu, 16 Oct 2025 12:25:48 +0200 Subject: [PATCH] [3.x] Run tests on PHP 8.5 Builds on top of #63 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7563ed1..9964f62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ jobs: strategy: matrix: php: + - 8.5 - 8.4 - 8.3 - 8.2 @@ -39,6 +40,7 @@ jobs: strategy: matrix: php: + - 8.5 - 8.4 - 8.3 - 8.2