From 7a772ae842e8bef6e0f28c0f22862e8cdbd2faa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFck=20Piera?= Date: Sun, 3 Dec 2023 13:58:55 +0100 Subject: [PATCH] Include PHP 8.3 in CI test matrix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e3309b..0c2c997 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: php-versions: - '8.1' - '8.2' + - '8.3' steps: - uses: actions/checkout@v3