From 4a33aaf3bd1a9f07168f0fef021e707959685c8b Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Tue, 14 Apr 2026 14:41:34 +0200 Subject: [PATCH] Add PHP version 8.5 to CI workflow --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ce4fb50..8830b94 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] fail-fast: false steps: