From e1f516360588f6174d06566fe16c5fb85cac58d8 Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Tue, 12 Aug 2025 17:56:54 +0200 Subject: [PATCH] [TASK] Add PHP 8.5 to test matrix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74b8a06..3ff1534 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" steps: - name: Checkout Code uses: actions/checkout@v4