File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,22 @@ name: run-tests
22
33on :
44 push :
5- branches : [main]
5+ branches :
6+ - main
67 pull_request :
7- branches : [main]
8+ branches :
9+ - main
810
911jobs :
1012 test :
1113 runs-on : ${{ matrix.os }}
14+
1215 strategy :
1316 fail-fast : false
1417 matrix :
1518 os : [ubuntu-latest]
1619 php : [8.2, 8.1, 8.0]
17- laravel : [9.*, 8.*, 10.*]
20+ laravel : ['8.*', '9.*', ' 10.*', '11.*' ]
1821 stability : [prefer-lowest, prefer-stable]
1922 include :
2023 - laravel : 10.*
2326 testbench : 7.*
2427 - laravel : 8.*
2528 testbench : ^6.23
29+ - laravel : 11.*
30+ testbench : 9.*
2631 exclude :
2732 - laravel : 10.*
28- php : 8.0
33+ php : 8.0
34+ - laravel : 11.*
35+ php : 8.1
36+ - laravel : 11.*
37+ php : 8.0
2938
3039 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3140
You can’t perform that action at this time.
0 commit comments