From 9ac7b451cda9a669035da8f33cce8cd8fddc1e72 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sun, 29 Sep 2024 08:13:27 +0200 Subject: [PATCH] Test with PHP 8.5 --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bc662426afa..a699401ef67 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -119,6 +119,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" steps: - name: Configure Git to avoid issues with line endings @@ -170,6 +171,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" steps: - name: Configure Git to avoid issues with line endings @@ -354,6 +356,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" steps: - name: Checkout