From 256c8a29bae45fd13a34060c1ccb6c0ffa96ff98 Mon Sep 17 00:00:00 2001 From: Rancoud Date: Thu, 5 Dec 2024 23:19:03 +0100 Subject: [PATCH] feat: add PHP 8.4 (#225) --- .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 015e442..f5a9df8 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 @@ -46,4 +47,4 @@ jobs: if: success() with: token: ${{ secrets.CODECOV_TOKEN }} - file: ./coverage/clover.xml + files: ./coverage/clover.xml