diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a709c44..bca7243 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,6 @@ jobs: strategy: matrix: php-version: - - 7.2 - 7.3 - 7.4 - 8.0 diff --git a/composer.json b/composer.json index 394861d..d0e9e1e 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ } }, "require": { - "php": "^7.2|^8.0" + "php": "^7.3|^8.0" }, "require-dev": { "phpunit/phpunit": "^9"