From 28b29e9ddce2dd7a70e74f088c937bd633cde0f7 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Wed, 18 May 2022 13:52:29 -0400 Subject: [PATCH] dropping 7.2 from CI: it is no longer supported by CI tools --- .github/workflows/test-turbo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-turbo.yml b/.github/workflows/test-turbo.yml index 530b17b548e..357bea9f152 100644 --- a/.github/workflows/test-turbo.yml +++ b/.github/workflows/test-turbo.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.2', '7.3', '7.4', '8.0'] + php-versions: ['7.3', '7.4', '8.0'] fail-fast: false name: PHP ${{ matrix.php-versions }} Test on ubuntu-latest