From 852d01082b7e71ae472798bde6b1572ef818c19e Mon Sep 17 00:00:00 2001 From: chaz6chez Date: Thu, 28 Nov 2024 14:02:43 +0800 Subject: [PATCH] ci support php-84 --- .github/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index febe532..feb6651 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -12,6 +12,7 @@ jobs: strategy: matrix: php: + - "8.4" - "8.3" - "8.2" - "8.1" @@ -28,4 +29,4 @@ jobs: - uses: codecov/codecov-action@v4 with: - token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file + token: ${{ secrets.CODECOV_TOKEN }}