From 358a224695a14bd141068fc4a488509e3b52db36 Mon Sep 17 00:00:00 2001 From: Sam Wilson Date: Wed, 11 Sep 2024 11:48:50 +0800 Subject: [PATCH] Add PHP 8.3 to CI --- .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 647ad85..6ade21e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - php: [ '7.4', '8.0', '8.1', '8.2' ] + php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] runs-on: ubuntu-latest