Skip to content

Commit 8265dfe

Browse files
committed
Bumped retry library maximum version constraint to include v3.
1 parent e58ff5b commit 8265dfe

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"require": {
1111
"php": "^7.2|^8",
12-
"scriptfusion/retry": "^1|^2"
12+
"scriptfusion/retry": "^1|^2|^3"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^8.5|^9",

test/phpunit.xml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<phpunit
22
beStrictAboutOutputDuringTests="true"
33
>
4-
<testsuite>
4+
<testsuite name="all">
55
<directory>.</directory>
66
</testsuite>
7-
<filter>
8-
<whitelist processUncoveredFilesFromWhitelist="true">
7+
8+
<coverage processUncoveredFiles="true">
9+
<include>
910
<directory>../src</directory>
10-
</whitelist>
11-
</filter>
11+
</include>
12+
</coverage>
1213
</phpunit>

0 commit comments

Comments
 (0)