diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 74d626e..c3ed9a0 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,14 +13,14 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - php: [8.0, 8.1] - laravel: [9.*, 8.*] - stability: [prefer-stable] + php: ['8.0', 8.1] + laravel: [8.*, 9.*] + stability: [prefer-lowest, prefer-stable] include: - laravel: 8.* - testbench: 6.* + testbench: ^6.23 - laravel: 9.* - testbench: 7.* + testbench: ^7.0 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index c62003a..83c0272 100644 --- a/composer.json +++ b/composer.json @@ -19,11 +19,11 @@ "php": "^8.0", "filament/filament": "^2.0", "illuminate/contracts": "^8.73|^9.0", - "spatie/laravel-package-tools": "^1.9.2" + "spatie/laravel-package-tools": "^1.11" }, "require-dev": { - "nunomaduro/collision": "^5.10", - "nunomaduro/larastan": "^1.0", + "nunomaduro/collision": "^5.10|^6.0", + "nunomaduro/larastan": "^1.0|^2.0", "orchestra/testbench": "^6.22|^7.0", "pestphp/pest": "^1.21", "pestphp/pest-plugin-laravel": "^1.1",