From a235f41902b6fca666e6e22e2548db7288b549fa Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Tue, 12 Aug 2025 18:11:54 +0200 Subject: [PATCH] [TASK] Add PHP 8.5 to test matrix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 734f732..cbd2d65 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"] + php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5"] steps: - name: Checkout repository uses: actions/checkout@v3