From 9b426e67eb8ca9d883e4988e0da901d689b0e6fb Mon Sep 17 00:00:00 2001 From: Emanuele Panzeri Date: Wed, 17 Jan 2024 15:51:02 +0100 Subject: [PATCH] CI: add PHP v8.3 to the CI pipelines (#108) --- .github/workflows/continuous-integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 210a6d22f..bfc4e4b41 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -21,6 +21,7 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" steps: - name: Checkout