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