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
+2 -1
View File
@@ -20,7 +20,8 @@ jobs:
- 7.3 - 7.3
- 7.4 - 7.4
phpunit-version: phpunit-version:
- 8.5.2 # - 8.5.2
- 7
dependencies: dependencies:
- lowest - lowest
- highest - highest
+1 -1
View File
@@ -31,7 +31,7 @@
"ext-json": "*" "ext-json": "*"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.0", "phpunit/phpunit": "^7",
"mockery/mockery": "^1" "mockery/mockery": "^1"
}, },
"scripts": { "scripts": {