From 1e771e1ab99b9a7f69cc9d2c673e406d5296b214 Mon Sep 17 00:00:00 2001 From: Rancoud Date: Tue, 12 Dec 2023 01:46:32 +0100 Subject: [PATCH] feat: add php 8.3 for github workflow test (#177) --- .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 eddb02f..a8dc725 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,6 +18,7 @@ jobs: - '8.0' - '8.1' - '8.2' + - '8.3' steps: - name: Checkout @@ -59,4 +60,4 @@ jobs: uses: codecov/codecov-action@v3 if: success() with: - file: ./coverage/clover.xml \ No newline at end of file + file: ./coverage/clover.xml