From 528b61862a539426b59432076a6fe73b186965a8 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 21 Aug 2022 16:20:21 +0800 Subject: [PATCH] remove deprecated php version for integration-test --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 307ee0d1..8684d07f 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: operating-system: [ "ubuntu-latest", "macos-latest" ] - php-versions: [ "7.2", "7.3", "7.4", "8.0", "8.1" ] + php-versions: [ "7.4", "8.0", "8.1" ] steps: - name: Checkout code uses: actions/checkout@v2