Test PHP Version 7.1 with PHPUnit 7

This commit is contained in:
DeveloperMarius
2021-03-23 15:44:43 +01:00
parent 619a8d00b4
commit cfc8b5db43
2 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,8 @@ jobs:
- 7.3
- 7.4
phpunit-version:
- 8.5.2
# - 8.5.2
- 7
dependencies:
- lowest
- highest

View File

@@ -31,7 +31,7 @@
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^7",
"mockery/mockery": "^1"
},
"scripts": {