From 98149dd5ec02b89b1cb4e1f76865fddfc0482215 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Thu, 13 May 2021 15:29:58 -0700 Subject: [PATCH] Removed PHP 7.2 from test suite --- .github/workflows/test-suite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yaml b/.github/workflows/test-suite.yaml index e665b00..83c20a6 100644 --- a/.github/workflows/test-suite.yaml +++ b/.github/workflows/test-suite.yaml @@ -67,7 +67,7 @@ jobs: strategy: matrix: - php-versions: ['7.2', '7.3', '7.4', '8.0'] + php-versions: ['7.3', '7.4', '8.0'] steps: - name: Checkout Repository