mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-14 09:43:42 +03:00
Test PHP Version 7.1 with PHPUnit 7
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -20,7 +20,8 @@ jobs:
|
||||
- 7.3
|
||||
- 7.4
|
||||
phpunit-version:
|
||||
- 8.5.2
|
||||
# - 8.5.2
|
||||
- 7
|
||||
dependencies:
|
||||
- lowest
|
||||
- highest
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"ext-json": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.0",
|
||||
"phpunit/phpunit": "^7",
|
||||
"mockery/mockery": "^1"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user