File tree Expand file tree Collapse file tree 4 files changed +11
-13
lines changed
Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 matrix :
1111 os : [ubuntu-latest]
1212 php : [8.3, 8.4]
13- laravel : [11 .*]
13+ laravel : [12 .*]
1414 stability : [prefer-stable]
1515 include :
16- - laravel : 11 .*
17- testbench : 9 .*
16+ - laravel : 12 .*
17+ testbench : 10 .*
1818
1919 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2020
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 matrix :
1111 os : [ubuntu-latest]
1212 php : [8.4]
13- laravel : [11 .*]
13+ laravel : [12 .*]
1414 stability : [prefer-stable]
1515 include :
16- - laravel : 11 .*
17- testbench : 9 .*
16+ - laravel : 12 .*
17+ testbench : 10 .*
1818
1919 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2020
Original file line number Diff line number Diff line change 11name : style
22
3- on :
4- push :
5- branches :
6- - main
3+ on : ['push', 'pull_request']
4+
75jobs :
86 style :
97 name : Style
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 matrix :
1111 os : [ubuntu-latest]
1212 php : [8.3, 8.4]
13- laravel : [11 .*]
13+ laravel : [12 .*]
1414 stability : [prefer-lowest, prefer-stable]
1515 include :
16- - laravel : 11 .*
17- testbench : 9 .*
16+ - laravel : 12 .*
17+ testbench : 10 .*
1818
1919 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2020
You can’t perform that action at this time.
0 commit comments