From a2947832614d16ff99422c838ee29e85409617df Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Thu, 30 Nov 2023 23:49:58 +0900 Subject: [PATCH] Add PHP 8.3 to unit test matrix --- .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 89c52f1dc..fe3a7bc12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ] + php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] name: PHP ${{ matrix.php }} steps: