From 753913ff08d0fef534d2a2ef9bdc5518f44b3f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albrecht=20K=C3=B6hnlein?= Date: Wed, 20 Sep 2023 20:08:30 +0200 Subject: [PATCH] Enable PHP 8.3 in tests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8af1410..0daee6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: - '8.0' - '8.1' - '8.2' + - '8.3' composer-versions: - 'v1' - 'v2'