This commit is contained in:
Robin Appelman 2021-03-02 20:33:35 +01:00
commit 22ef9fc5b5
2 changed files with 1 additions and 2 deletions

View file

@ -66,7 +66,6 @@ jobs:
strategy:
matrix:
php-version:
- "7.0"
- "7.1"
- "7.2"

View file

@ -9,7 +9,7 @@
}
],
"require": {
"php": ">=7.0"
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "^9",