From 4d67a6a0d12aabb9e38c8b6d93c410574c5de619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20H=C3=A4rtl?= Date: Sat, 21 Feb 2026 07:59:13 +0100 Subject: [PATCH] Add PHP 8.3, 8.4 and 8.5 to test actions --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d8eba76..0efafaa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,6 +17,9 @@ jobs: - "7.3" - "7.4" - "8.0" + - "8.3" + - "8.4" + - "8.5" steps: - name: Checkout uses: actions/checkout@v2