From c42ab487cfac3291b9725f4e5f5f669e22a13fc5 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Tue, 23 Jan 2024 07:02:18 +0100 Subject: [PATCH] Run tests on PHP 8.3 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2329c4d..a4bcf71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: strategy: matrix: php: + - 8.3 + - 8.2 - 8.1 - 8.0 - 7.4