diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbe1757..0188adb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,9 +8,6 @@ jobs: strategy: matrix: php: - - '7.2' - - '7.3' - - '7.4' - '8.0' - '8.1' - '8.2' diff --git a/composer.json b/composer.json index 1c12157..1ba4511 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "bespoke-phplint" ], "require": { - "php": "^7.2 || ^8.0", + "php": "^8.0", "php-parallel-lint/php-parallel-lint": "^1.3", "php-parallel-lint/php-console-highlighter": "^1.0", "slevomat/coding-standard": "^8.8"