From ef8c0b89757fe4e0ec677ed19bf687cbca43d344 Mon Sep 17 00:00:00 2001 From: Marcin Michalski Date: Sat, 25 Apr 2026 00:13:32 +0200 Subject: [PATCH] ci: test against 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 e809efa1..d52ecae3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: php-version: - "8.3" - "8.4" + - "8.5" operating-system: - "ubuntu-latest"