From 71cd3788d2d043a574155cc51621dd5ed95c435d Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 25 Nov 2025 22:44:31 +0100 Subject: [PATCH] ci: add tests for PHP 8.5 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f52a94d..ef6393c 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