From 44fb721646e8c271b0537d43c9b9eb1f8b086263 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Fri, 20 Feb 2026 14:29:23 +0100 Subject: [PATCH] ci: add PHP 8.5 to test matrix PHP 8.5 has been GA since November 2025. Add it to the CI test matrix to verify runtime compatibility. The existing platform.php override (8.1.27) ensures composer install works with locked deps. --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 287b00f89..2ff7270ff 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -22,6 +22,7 @@ jobs: - '8.2' - '8.3' - '8.4' + - '8.5' steps: - name: Checkout uses: actions/checkout@v4