From 606cadd1e2bd33e8e23a56f7208498512bf22d0f Mon Sep 17 00:00:00 2001 From: Ahmet Bora Date: Tue, 27 Aug 2024 18:39:13 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e38685d..9a99bb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 5 strategy: matrix: - php: ["8.0", "8.1"] + php: ["8.0", "8.1", "8.2", "8.3"] env: extensions: mbstring, pcov ini: pcov.directory=., "pcov.exclude=\"~(vendor|tests)~\""