diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 908cd338..fb957b14 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: php: [8.3, 8.4] - laravel: [11.*, 12.*] + laravel: [12.*] stability: [prefer-lowest, prefer-stable] os: [ubuntu-latest] diff --git a/composer.json b/composer.json index 7c49a970..e68f064f 100644 --- a/composer.json +++ b/composer.json @@ -52,8 +52,8 @@ }, "require-dev": { "laravel/pint": "^1.18", - "orchestra/testbench": "^9.2 || ^10.0", - "phpunit/phpunit": "^10.5.35 || ^11.0", + "orchestra/testbench": "^10.0", + "phpunit/phpunit": "^11.0", "spatie/ray": "^1.41.2" }, "config": {