From ca8930bfed97bd21425a18988018dd7cec32b70c Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Fri, 20 Dec 2024 23:00:07 +0000 Subject: [PATCH] include PHP 8.3 and 8.4 in 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 5a1f4ac6f..37d543197 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.1, 8.2] + php: [8.1, 8.2, 8.3, 8.4] os: [ubuntu-22.04] stability: [prefer-lowest, prefer-stable] include: