File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 77 - ' phpunit.xml.dist'
88 - ' .github/workflows/run-tests.yml'
99 - ' composer.json'
10+ pull_request :
11+ branches :
12+ - main
1013
1114jobs :
1215 test :
@@ -15,11 +18,16 @@ jobs:
1518 fail-fast : true
1619 matrix :
1720 php : [8.3, 8.2, 8.1]
18- laravel : [10.*]
21+ laravel : [11.*, 10.*]
1922 dependency-version : [prefer-lowest, prefer-stable]
2023 include :
2124 - laravel : 10.*
2225 testbench : 8.*
26+ - laravel : 11.*
27+ testbench : 9.*
28+ exclude :
29+ - laravel : 11.*
30+ php : 8.1
2331
2432 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2533
Original file line number Diff line number Diff line change 2727 "require-dev" : {
2828 "laravel/pint" : " ^1.2" ,
2929 "nunomaduro/larastan" : " ^2.6" ,
30- "orchestra/testbench" : " ^8.0" ,
30+ "orchestra/testbench" : " ^8.0|^9.0 " ,
3131 "pestphp/pest" : " ^2.10" ,
3232 "pestphp/pest-plugin-laravel" : " ^2.2" ,
3333 "spatie/laravel-ray" : " ^1.31"
You can’t perform that action at this time.
0 commit comments