mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 13:32:16 +00:00
Test PHP Version 7.1 with PHPUnit 7
This commit is contained in:
@@ -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
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user