From f7038ebde52e9258a73adac730b722f754b7ebb1 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Tue, 19 Nov 2024 00:04:02 +0900 Subject: [PATCH] Remove PHP 7.2 and 7.3 from 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 cd44c0340..bed5e2e3f 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', '8.3' ] + php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] name: PHP ${{ matrix.php }} steps: