From bcbcbf91935fbe7b00148bc05a9d7a01ae4713dd Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 19 Mar 2024 20:01:22 +0100 Subject: [PATCH] Add PHP 8.4 to CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b22266b7a..6f9588cb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: - '8.1' - '8.2' - '8.3' + - '8.4' steps: - name: "Checkout code" @@ -79,6 +80,7 @@ jobs: - '8.1' - '8.2' - '8.3' + - '8.4' extension: - 'cache-extra' - 'cssinliner-extra'