diff --git a/.github/workflows/analyse.yml b/.github/workflows/analyse.yml index 6cd3c3986..52a5d67d4 100644 --- a/.github/workflows/analyse.yml +++ b/.github/workflows/analyse.yml @@ -16,8 +16,6 @@ jobs: php: [8.2, 8.3, 8.4] stability: [prefer-stable] include: - - laravel: 11.* - testbench: 9.* - laravel: 12.* testbench: 10.* diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index b98853a2f..9cdd7f6cd 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -16,11 +16,9 @@ jobs: fail-fast: false matrix: php: [8.2, 8.3, 8.4] - laravel: [11.*, 12.*] + laravel: [12.*] stability: [prefer-lowest, prefer-stable] include: - - laravel: 11.* - testbench: ~9.2 - laravel: 12.* testbench: 10.* diff --git a/composer.json b/composer.json index 497e9dabc..3d752f3bd 100644 --- a/composer.json +++ b/composer.json @@ -20,10 +20,10 @@ "blade-ui-kit/blade-heroicons": "^2.6", "blade-ui-kit/blade-icons": "^1.8", "http-interop/http-factory-guzzle": "^1.2", - "illuminate/database": "^11.0|^12.0", - "illuminate/events": "^11.0|^12.0", - "illuminate/queue": "^11.0|^12.0", - "illuminate/support": "^11.0|^12.0, <12.26.0 || >=12.27.0", + "illuminate/database": "^12.0", + "illuminate/events": "^12.0", + "illuminate/queue": "^12.0", + "illuminate/support": "^12.0, <12.26.0 || >=12.27.0", "justbetter/laravel-http3earlyhints": "^1.4", "laravel/scout": "^10.14", "lcobucci/clock": "^2.0|^3.2", @@ -36,7 +36,7 @@ }, "require-dev": { "larastan/larastan": "^3.1", - "orchestra/testbench": "^9.4|^10.0", + "orchestra/testbench": "^10.0", "phpunit/phpunit": "^11.3.5" }, "autoload": { @@ -70,6 +70,7 @@ } }, "conflict": { + "laravel/framework": "<12.11", "rapidez/reviews": "<4.1" }, "scripts": {