File tree Expand file tree Collapse file tree 2 files changed +18
-8
lines changed
Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 1414 matrix :
1515 os : [ubuntu-latest]
1616 php : [8.3, 8.2, 8.1]
17- laravel : [10,9 ]
17+ laravel : ["^11.0", "^10.0", "^9.0" ]
1818 stability : [prefer-lowest, prefer-stable]
19+ include :
20+ - laravel : " ^11.0"
21+ testbench : 9.*
22+ - laravel : " ^10.0"
23+ testbench : 8.*
24+ - laravel : " ^9.0"
25+ testbench : 7.*
26+ exclude :
27+ - laravel : " ^11.0"
28+ php : 8.1
1929
2030 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2131
3747
3848 - name : Install dependencies
3949 run : |
40- composer require 'illuminate/contracts=^ ${{ matrix.laravel }}.0' --no-update
50+ composer require 'illuminate/contracts=${{ matrix.laravel }}.0' --no-update
4151 composer update --prefer-dist --no-interaction --no-progress --${{ matrix.stability }}
4252
4353 - name : Execute tests
44- run : vendor/bin/pest --verbose
54+ run : vendor/bin/pest
Original file line number Diff line number Diff line change 1818 "require" : {
1919 "php" : " ^8.1" ,
2020 "spatie/laravel-package-tools" : " ^1.13.0" ,
21- "illuminate/contracts" : " ^9.0|^10.0"
21+ "illuminate/contracts" : " ^9.0|^10.0|^11.0 "
2222 },
2323 "require-dev" : {
2424 "laravel/pint" : " ^1.0" ,
25- "nunomaduro/collision" : " ^6.0" ,
25+ "nunomaduro/collision" : " ^6.0|^7.0|^8.0 " ,
2626 "nunomaduro/larastan" : " ^2.0.1" ,
27- "orchestra/testbench" : " ^7.0|^8.0" ,
28- "pestphp/pest" : " ^1.21 " ,
29- "pestphp/pest-plugin-laravel" : " ^1.1 "
27+ "orchestra/testbench" : " ^7.0|^8.0|^9.0 " ,
28+ "pestphp/pest" : " ^1.0|^2.0 " ,
29+ "pestphp/pest-plugin-laravel" : " ^1.0|^2.0 "
3030 },
3131 "autoload" : {
3232 "psr-4" : {
You can’t perform that action at this time.
0 commit comments