diff --git a/.github/workflows/run-pest.yml b/.github/workflows/run-pest.yml index 4e95152..6d2033c 100644 --- a/.github/workflows/run-pest.yml +++ b/.github/workflows/run-pest.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: true matrix: - php: [ 8.1, 8.2 ] + php: [ 8.2 ] stability: [ prefer-lowest, prefer-stable ] name: "PHP: v${{ matrix.php }} [${{ matrix.stability }}]" diff --git a/composer.json b/composer.json index 674a9ad..ff4f180 100644 --- a/composer.json +++ b/composer.json @@ -16,14 +16,14 @@ } ], "require": { - "php": "^8.1|^8.2", - "illuminate/contracts": "^9.0|^10.0|^11.0", + "php": "^8.2", + "illuminate/contracts": "^10.0|^11.0", "spatie/laravel-package-tools": "^1.14.0" }, "require-dev": { "laravel/pint": "^1.0", "nunomaduro/collision": "^7.0|^8.0", - "orchestra/testbench": "^7.0|^8.0|^9.0", + "orchestra/testbench": "^8.0|^9.0", "pestphp/pest": "^2.0", "pestphp/pest-plugin-type-coverage": "^2.0" },