File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 strategy :
1111 matrix :
1212 os : [ubuntu-latest]
13- php : [8.3, 8.4]
14- laravel : [12.*]
13+ php : [8.3, 8.4, 8.5 ]
14+ laravel : [12.*, 13.* ]
1515 statamic : [^6.0]
1616 name : P${{ matrix.php }} - S${{ matrix.statamic }} - L${{ matrix.laravel }} - ubuntu-latest
1717 steps :
Original file line number Diff line number Diff line change 1717 "statamic/cms" : " ^6.0"
1818 },
1919 "require-dev" : {
20- "jasonmccreary/laravel-test-assertions" : " ^2.0 " ,
20+ "jasonmccreary/laravel-test-assertions" : " ^2.9 " ,
2121 "laravel/pint" : " ^1.0" ,
2222 "mockery/mockery" : " ^1.3.3" ,
23- "orchestra/testbench" : " ^10.0.2" ,
24- "phpunit/phpunit" : " ^11.0" ,
23+ "orchestra/testbench" : " ^10.0.2 || ^11.0 " ,
24+ "phpunit/phpunit" : " ^11.0 || ^12.0 " ,
2525 "spatie/laravel-ray" : " *"
2626 },
2727 "autoload" : {
You can’t perform that action at this time.
0 commit comments