File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
max-parallel : 10
16
16
matrix :
17
17
php : [ '8.0', '8.1', '8.2']
18
- sf_version : [ '5.4.*', '6.2 .*', '6.3.*' ]
18
+ sf_version : [ '5.4.*', '6.0 .*', '6.3.*' ]
19
19
exclude :
20
20
- php : 8.0
21
21
sf_version : 6.2.*
Original file line number Diff line number Diff line change 2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" ./vendor/autoload.php" colors =" true" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3
3
<testsuites >
4
4
<testsuite name =" Unit tests" >
5
- <directory suffix =" Test.php" >./Tests /Unit</directory >
5
+ <directory suffix =" Test.php" >./tests /Unit</directory >
6
6
</testsuite >
7
7
<testsuite name =" Functional tests" >
8
- <directory suffix =" Test.php" >./Tests /Functional</directory >
8
+ <directory suffix =" Test.php" >./tests /Functional</directory >
9
9
</testsuite >
10
10
</testsuites >
11
11
<php >
You can’t perform that action at this time.
0 commit comments