diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 72d51c9..5459921 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,8 +12,8 @@ jobs: strategy: matrix: - php: [8.2, 8.3, 8.4] - laravel: [11.*, 12.*] + php: [8.3, 8.4] + laravel: [12.*] stability: [prefer-lowest, prefer-stable] os: [ubuntu-latest] diff --git a/composer.json b/composer.json index e24974b..5a01ea4 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "require-dev": { "laravel/pint": "^1.18", - "orchestra/testbench": "^9.6.1 || ^10.0", + "orchestra/testbench": "^10.0", "phpunit/phpunit": "^11.0", "spatie/laravel-ray": "^1.39" },