From 840d2e9125e0c34f20495271f6f55b96c6be18a3 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 25 Aug 2023 10:37:19 +0200 Subject: [PATCH] chore: ensure php 8.3 compatibility (#684) Co-authored-by: Christopher Georg --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c6974c386d..6c5f5796cc 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -20,6 +20,7 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" runs-on: "ubuntu-latest"