From edb2c6d14013f3f6abe5c69bdb9edecb084a05db Mon Sep 17 00:00:00 2001 From: shoman4eg Date: Mon, 22 Jul 2024 20:51:35 +0200 Subject: [PATCH] update add 8.3 to phpunit check Signed-off-by: shoman4eg --- .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 5fc1aaf..1a397d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: [ '7.4', '8.0', '8.1', '8.2' ] + php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] steps: - name: Set up PHP