File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 66 strategy :
77 matrix :
88 php-version : ['8.0', '8.1']
9- laravel-version : ['^8', '^9']
9+ laravel-version : ['^8', '^9', 10.0 ]
1010 steps :
1111 - name : Setup PHP
1212 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1919 ],
2020 "require" : {
2121 "php" : " ^8.0.2" ,
22- "illuminate/contracts" : " ^8.0|^9.0" ,
23- "illuminate/http" : " ^8.0|^9.0" ,
24- "illuminate/support" : " ^8.0|^9.0"
22+ "illuminate/contracts" : " ^8.0|^9.0|^10.0 " ,
23+ "illuminate/http" : " ^8.0|^9.0|^10.0 " ,
24+ "illuminate/support" : " ^8.0|^9.0|^10.0 "
2525 },
2626 "require-dev" : {
27- "orchestra/testbench" : " ^6.0|^7.0" ,
27+ "orchestra/testbench" : " ^6.0|^7.0|^8.0 " ,
2828 "phpunit/phpunit" : " ^9.0"
2929 },
3030 "autoload" : {
4040 "scripts" : {
4141 "test" : " vendor/bin/phpunit" ,
4242 "test-coverage" : " vendor/bin/phpunit --coverage-html coverage"
43-
4443 },
4544 "config" : {
4645 "sort-packages" : true
You can’t perform that action at this time.
0 commit comments