From 81c58128a96003b539c123a3eec77a94a86c4eb9 Mon Sep 17 00:00:00 2001 From: Jonathan LELIEVRE Date: Thu, 21 Nov 2024 12:17:06 +0100 Subject: [PATCH] Added PHP 8.4 to CI --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04624c0f6..7160153db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" compiler: - default @@ -50,6 +51,9 @@ jobs: - os: ubuntu-latest php-version: "8.3" compiler: jit + - os: ubuntu-latest + php-version: "8.4" + compiler: jit steps: - name: Checkout uses: actions/checkout@v3