File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- php_version : [7.4, 8.2]
15- laravel_version : [5.5.*, 10.*, 11.*]
14+ php_version : [7.4, 8.2, 8.3 ]
15+ laravel_version : [5.5.*, 10.*, 11.*, 12.* ]
1616
1717 steps :
1818 - name : Checkout commit
Original file line number Diff line number Diff line change 2323 }
2424 ],
2525 "require" : {
26- "illuminate/database" : " 5.5.*|6.*|7.*|8.*|9.*|10.*|11.*"
26+ "illuminate/database" : " 5.5.*|6.*|7.*|8.*|9.*|10.*|11.*|12.* "
2727 },
2828 "require-dev" : {
2929 "orchestra/testbench" : " *" ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd" backupGlobals =" false" colors =" true" processIsolation =" false" stopOnFailure =" false" bootstrap =" vendor/autoload.php" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
3- <coverage >
4- <include >
5- <directory >./src</directory >
6- </include >
7- <exclude >
8- <directory >./tests</directory >
9- <directory >./vendor</directory >
10- </exclude >
11- </coverage >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.5/phpunit.xsd" backupGlobals =" false" colors =" true" processIsolation =" false" stopOnFailure =" false" bootstrap =" vendor/autoload.php" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
123 <php >
134 <ini name =" error_reporting" value =" -1" />
145 </php >
178 <directory >./tests/</directory >
189 </testsuite >
1910 </testsuites >
11+ <source >
12+ <include >
13+ <directory >./src</directory >
14+ </include >
15+ <exclude >
16+ <directory >./tests</directory >
17+ <directory >./vendor</directory >
18+ </exclude >
19+ </source >
2020</phpunit >
You can’t perform that action at this time.
0 commit comments