From cd4d87ab48f9c3b15cb076fb4bf36e105341741f Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 8 Dec 2025 12:13:55 +0100 Subject: [PATCH] ci: Add PHP 8.4 and 8.5 to CI workflow --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7258677..f0eefb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,8 @@ jobs: strategy: matrix: php: + - 8.5 + - 8.4 - 8.3 - 8.2 - 8.1