From 4d5999aefb5223b71226c6c9ee3e61119c478e82 Mon Sep 17 00:00:00 2001 From: dannc Date: Mon, 24 Nov 2025 23:03:26 +0700 Subject: [PATCH] [ci] drop build 7.x --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 1f86fe5..920182e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - php_version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php_version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - name: Check out repository uses: actions/checkout@v4