File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 88 max-parallel : 15
99 fail-fast : false
1010 matrix :
11- php-versions : ["7.3", "7.4"]
11+ php-versions : ["7.3", "7.4", "8.0" ]
1212 composer-flags : ["--prefer-lowest", "--prefer-stable"]
1313 env :
1414 - LARAVEL_VERSION='^7.0'
Original file line number Diff line number Diff line change 2020 }
2121 ],
2222 "require" : {
23- "php" : " ^7.3" ,
23+ "php" : " ^7.3|^8.0 " ,
2424 "illuminate/support" : " ^7.0|^8.0" ,
2525 "illuminate/console" : " ^7.0|^8.0"
2626 },
Original file line number Diff line number Diff line change 88 <testsuite name =" Unit" >
99 <directory suffix =" Test.php" >./tests/Unit</directory >
1010 </testsuite >
11- <testsuite name =" Feature" >
12- <directory suffix =" Test.php" >./tests/Feature</directory >
13- </testsuite >
1411 </testsuites >
1512 <filter >
1613 <whitelist processUncoveredFilesFromWhitelist =" true" >
You can’t perform that action at this time.
0 commit comments