diff --git a/.github/workflows/test-suite.yaml b/.github/workflows/test-suite.yaml index bc9be1c..f930cb5 100644 --- a/.github/workflows/test-suite.yaml +++ b/.github/workflows/test-suite.yaml @@ -79,7 +79,7 @@ jobs: strategy: matrix: - php-versions: ['8.1', '8.2', '8.3', '8.4'] + php-versions: ['8.2', '8.3', '8.4'] steps: - name: Checkout Repository