From 26ebfd0402ce74bf227942d302ac02ce5774c4f4 Mon Sep 17 00:00:00 2001 From: LiHS Date: Mon, 28 Mar 2022 15:01:03 +0800 Subject: [PATCH] =?UTF-8?q?WIP:=20add=207.1=EF=BC=8C7.2=EF=BC=8C7.3?= =?UTF-8?q?=EF=BC=8C7.4=EF=BC=8C8.0=EF=BC=8C8.1=20to=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index a3f76f19..a6394e1a 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false max-parallel: 1 matrix: - php-versions: ['5.4', '5.5', '5.6', '7.0'] + php-versions: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1'] runs-on: ubuntu-latest steps: - name: Checkout