File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1313
1414 strategy :
1515 matrix :
16- php : [8.1, 8.2, 8.3]
16+ php : [8.1, 8.2, 8.3, 8.4 ]
1717 laravel : [10.*, 11.*]
1818 stability : [prefer-lowest, prefer-stable]
1919 os : [ubuntu-latest]
2626 php : 8.3
2727 laravel : 11.*
2828 stability : prefer-stable
29+ - os : windows-latest
30+ php : 8.4
31+ laravel : 11.*
32+ stability : prefer-stable
2933 exclude :
3034 - php : 8.1
3135 laravel : 11.*
36+ - php : 8.4
37+ laravel : 10.*
3238
3339 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3440
Original file line number Diff line number Diff line change 2222 }
2323 },
2424 "require" : {
25- "statamic/cms" : " ^5.0.0 "
25+ "statamic/cms" : " ^5.41 "
2626 },
2727 "require-dev" : {
28- "orchestra/testbench" : " ^8.0 || ^9.0 " ,
29- "phpunit/phpunit" : " ^10.0 " ,
28+ "orchestra/testbench" : " ^8.28 || ^9.6.1 " ,
29+ "phpunit/phpunit" : " ^10.5.35 " ,
3030 "laravel/pint" : " ^1.17"
3131 },
3232 "config" : {
You can’t perform that action at this time.
0 commit comments