From ffd729fa14b6f8c18ea717e4f9a816688874bcef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gamez?= Date: Tue, 2 Jan 2024 14:29:49 +0100 Subject: [PATCH] Add PHP 8.1 to the version matrix --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2548117..08694a8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,6 +27,7 @@ jobs: fail-fast: true matrix: php: + - "8.1" - "8.2" - "8.3"