From 5967719a7b3df4fd5f18e56493e2f58498fa9201 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sat, 7 Dec 2024 10:00:08 +0100 Subject: [PATCH] Test with 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 9c3da51e..e8a5a744 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,6 +73,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" coverage-driver: - "pcov"