diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index eb42f9b..693cb65 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -18,15 +18,13 @@ jobs: matrix: os: [ubuntu-latest] php: [8.2, 8.3, 8.4] - laravel: [^10.0, ^11.0, ^12.0] + laravel: [^11.0, ^12.0] stability: [prefer-lowest, prefer-stable] include: - laravel: ^12.0 testbench: ^10.0 - laravel: ^11.0 testbench: ^9.0 - - laravel: ^10.0 - testbench: ^8.0 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 82de541..fa009fb 100644 --- a/composer.json +++ b/composer.json @@ -19,14 +19,14 @@ ], "require": { "php": "^8.2", - "illuminate/contracts": "^10.0|^11.0|^12.0", + "illuminate/contracts": "^11.0|^12.0", "spatie/laravel-health": "^1.19", "spatie/laravel-package-tools": "^1.12.1" }, "require-dev": { "larastan/larastan": "^3.1.0", "laravel/pint": "^1.14.0", - "orchestra/testbench": "^8.0|^9.0|^10.0", + "orchestra/testbench": "^9.0|^10.0", "pestphp/pest": "^3.7.4", "pestphp/pest-plugin-arch": "^3.0.0", "pestphp/pest-plugin-laravel": "^3.1.0",