diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 23979f4..06be28d 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -14,11 +14,15 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] php: [8.2] - laravel: [10.*] + laravel: [9.*,10.*,11.*] stability: [prefer-lowest, prefer-stable] include: + - laravel: 9.* + testbench: 7.* - laravel: 10.* testbench: 8.* + - laravel: 11.* + testbench: 9.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 0cbf7ec..e884081 100644 --- a/composer.json +++ b/composer.json @@ -24,18 +24,18 @@ } ], "require": { - "php": "*", - "laravel/framework": "^9|^10|^11", + "php": ">=8.2 <8.3", + "laravel/framework": "^9.47|^10|^11", "nesbot/carbon": "^2|^3", "spatie/laravel-package-tools": "^1.16" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.35", - "nunomaduro/collision": "^7|^8", + "nunomaduro/collision": "^6|^7|^8", "nunomaduro/larastan": "^2.6", "orchestra/testbench": "^7|^8|^9", - "pestphp/pest": "^1|^2|^3", - "pestphp/pest-plugin-laravel": "^1|^2|^3", + "pestphp/pest": "^1.22.1|^2|^3", + "pestphp/pest-plugin-laravel": "^1.4|^2|^3", "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^9|^10|^11", "spatie/laravel-ray": "^1.33"