diff options
author | Mirosław Sztorc <msztorc@users.noreply.github.com> | 2021-01-06 03:07:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-06 03:07:15 +0300 |
commit | 2f043ba2b2008bf32bf09f0b6af4f30f097a8bd6 (patch) | |
tree | 4f23bb285920e22dae7182de8bf62364e29d3dca /composer.json | |
parent | a4b0fac121b19a3e44104b89af50d33979095b6c (diff) |
CI - new workflow for GitHub actions (#82)
* php>=7.2
* CI workflow - added php matrix
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index fc6c4d9..3024ee7 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ } ], "require": { - "php": ">=7.1" + "php": ">=7.2" }, "require-dev": { "phpunit/phpunit": ">=8.0" |