File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 8
8
max-parallel : 15
9
9
fail-fast : false
10
10
matrix :
11
- php-versions : ["7.3", "7.4"]
11
+ php-versions : ["7.3", "7.4", "8.0" ]
12
12
composer-flags : ["--prefer-lowest", "--prefer-stable"]
13
13
env :
14
14
- LARAVEL_VERSION='^7.0'
Original file line number Diff line number Diff line change 20
20
}
21
21
],
22
22
"require" : {
23
- "php" : " ^7.3" ,
23
+ "php" : " ^7.3|^8.0 " ,
24
24
"illuminate/support" : " ^7.0|^8.0" ,
25
25
"illuminate/console" : " ^7.0|^8.0"
26
26
},
Original file line number Diff line number Diff line change 8
8
<testsuite name =" Unit" >
9
9
<directory suffix =" Test.php" >./tests/Unit</directory >
10
10
</testsuite >
11
- <testsuite name =" Feature" >
12
- <directory suffix =" Test.php" >./tests/Feature</directory >
13
- </testsuite >
14
11
</testsuites >
15
12
<filter >
16
13
<whitelist processUncoveredFilesFromWhitelist =" true" >
You can’t perform that action at this time.
0 commit comments