From c2c84f5d88cfa8a5d12fbd835655ec4758077d8a Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Mon, 1 Dec 2025 12:02:10 +0100 Subject: [PATCH] ci: test on php 8.5 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66346d0..c35decb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,11 +19,12 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" dependencies: - "lowest" - "highest" exclude: - - php-version: "8.4" + - php-version: "8.5" dependencies: "lowest" steps: