Skip to content

Commit

Permalink
Increase version constraints for php7x tests to match equal or greate…
Browse files Browse the repository at this point in the history
…r than 7.1
  • Loading branch information
johnny-bit committed Oct 20, 2019
1 parent 6f02d33 commit 11897e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<testsuite name="AfriCC/EPP Test Suite">
<directory suffix="Test.php">./tests</directory>
<directory suffix="Test5x.php" phpVersion="7.1.0" phpVersionOperator="&lt;">./tests</directory>
<directory suffix="Test7x.php" phpVersion="7.0.0" phpVersionOperator=">=">./tests</directory>
<directory suffix="Test7x.php" phpVersion="7.1.0" phpVersionOperator=">=">./tests</directory>
</testsuite>
</testsuites>
<filter>
Expand Down

0 comments on commit 11897e7

Please sign in to comment.