diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 66ad4cc..1eb2d15 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - php-versions: ['7.4', '8.0', '8.1', '8.2'] + php-versions: ['8.1', '8.2'] name: PHP ${{ matrix.php-versions }} diff --git a/composer.json b/composer.json index ca5eb36..9df2ca8 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.1", "doctrine/inflector": "^1.0 || ^2.0", "ext-json": "*", "composer/metadata-minifier": "^1.0",