diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5113c3..a83edc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.0, 8.1, 8.2] + php: [8.1, 8.2] dependencies: [lowest, highest] experimental: [false] name: 👷 CI PHP-${{ matrix.php }} ${{ matrix.dependencies }} on ${{ matrix.os }} diff --git a/composer.json b/composer.json index af4c0f5..b730843 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,7 @@ "php": ">=8.0" }, "require-dev": { + "php": "^8.1||^8.2", "sikessem/devtools": "^0.4.0" }, "autoload": {