diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 371626e..408c994 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [8.0, 8.1, 8.2, 8.3] + php: [8.1, 8.2, 8.3] steps: - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/composer.json b/composer.json index bb86e56..c2fb2da 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "composer-plugin", "license": "MIT", "require": { - "php": "^7.1|^8", + "php": "^7.1|^8.1", "composer-plugin-api": "^2", "composer/composer": "^2", "composer/semver": "^1|^2|^3",