diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index a1fc09f..d2580a3 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -52,7 +52,6 @@ jobs: operating-system: - "ubuntu-latest" php-version: - - "8.0" - "8.1" - "8.2" - "8.3" diff --git a/composer.json b/composer.json index 5084923..69c7fc5 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "symfony/http-kernel": "^5.3|^6.0|^7.0" }, "require-dev": { - "infection/infection": "^0.26|^0.27|^0.28", + "infection/infection": "^0.27|^0.28", "php-parallel-lint/php-parallel-lint": "^1.3", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.0",