diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index ed1b425..72f54b6 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -8,7 +8,7 @@ jobs: strategy: max-parallel: 4 matrix: - php-version: ['7.2', '7.4', '8.0', '8.1'] + php-version: ['7.3', '8.0', '8.1'] steps: - uses: actions/checkout@v3