From e79f2179ed63ef4e2eb8a799d959fb06842b5449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rancoud?= Date: Thu, 5 Dec 2024 01:07:01 +0100 Subject: [PATCH] feat: add PHP 8.4 --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c49f43f..cef40f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,6 +27,7 @@ jobs: - '8.1' - '8.2' - '8.3' + - '8.4' steps: - name: Checkout @@ -69,4 +70,4 @@ jobs: if: success() with: token: ${{ secrets.CODECOV_TOKEN }} - file: ./coverage/clover.xml + files: ./coverage/clover.xml