Skip to content

Commit

Permalink
Allow PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmusbe committed Feb 18, 2020
1 parent 29ce0d4 commit dcb807a
Show file tree
Hide file tree
Showing 3 changed files with 449 additions and 253 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.3', '7.4']
php-versions: ['7.2', '7.3', '7.4']
name: Test PHP ${{ matrix.php-versions }}
steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@
"ext-json": "*",
"squizlabs/php_codesniffer": "^3.4",
"jchook/phpunit-assert-throws": "^1.0",
"phpunit/phpunit": "^9.0",
"phpunit/phpunit": "^8.5",
"phpcompatibility/php-compatibility": "^9.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2"
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2",
"roave/security-advisories": "dev-master"
},
"autoload": {
"psr-4": {
Expand All @@ -60,7 +61,7 @@
},
"config": {
"platform": {
"php": "7.3"
"php": "7.2"
}
}
}
Loading

0 comments on commit dcb807a

Please sign in to comment.