From dff2c9b513f82a6e3ad74f0c75a56f0d99d394a4 Mon Sep 17 00:00:00 2001 From: overtrue Date: Mon, 21 Feb 2022 19:19:35 +0800 Subject: [PATCH] GitHub Actions --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 790c2e7..c7cdfc3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: # 需要在以下 PHP 版本中测试 - php_version: [7.0, 7.1, 7.2, 7.3, 7.4] + php_version: [7.2, 7.3, 7.4] runs-on: ubuntu-latest steps: # 检出代码