diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index fa19045..c8d2e93 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -15,7 +15,7 @@ jobs: matrix: os: [ubuntu-latest] php: [8.1, 8.2] - laravel: ['8.*', '9.*', '10.*', '11.*'] + laravel: [8.*, 9.*, 10.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 8.* @@ -24,11 +24,6 @@ jobs: testbench: ^7.0 - laravel: 10.* testbench: ^8.0 - - laravel: 11.* - testbench: ^9.0 - exclude: - - laravel: 11.* - php: 8.1 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index b845488..36cf7af 100644 --- a/composer.json +++ b/composer.json @@ -18,23 +18,23 @@ "require": { "php": "^8.0", "filament/forms": "^2.17", - "illuminate/contracts": "^8.73|^9.0|^10.0|^11.0", - "livewire/livewire": "^2.11|^3.4", - "orchestra/testbench": "^6.23|^7.0|^8.0|^9.0", + "illuminate/contracts": "^8.73|^9.0|^10.0", + "livewire/livewire": "^2.11", + "orchestra/testbench": "^6.23|^7.0|^8.0", "ryangjchandler/blade-tabler-icons": "^1.1|^2.0", "spatie/laravel-package-tools": "^1.9.2", "usernotnull/tall-toasts": "^1.5", "nesbot/carbon": "^2.66|^3.0" }, "require-dev": { - "nunomaduro/collision": "^5.10|^6.0|^8.0", - "nunomaduro/larastan": "^1.0|^2.0", + "nunomaduro/collision": "^5.10|^6.0", + "nunomaduro/larastan": "^1.0|^2.0|^3.0", "pestphp/pest": "^1.22|^2.34", "pestphp/pest-plugin-laravel": "^1.4.0|^2.3", "phpstan/extension-installer": "^1.1", "phpunit/phpunit": "^9.5|^10.5", "spatie/invade": "^1.0|^2.0", - "spatie/laravel-ray": "^1.27" + "spatie/laravel-ray": "^1.39" }, "autoload": { "psr-4": { @@ -46,7 +46,7 @@ "RalphJSmit\\Tall\\Interactive\\Tests\\": "tests" } }, - "scripts": [], + "scripts": {}, "config": { "sort-packages": true, "allow-plugins": {