Skip to content

Commit

Permalink
Properly set min PHP version to 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mroloux committed Jun 23, 2021
1 parent b73c46a commit 6f0d48e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
php-versions: ['7.1', '7.2', '7.4', '8.0']
php-versions: ['7.2', '7.4', '8.0']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"license": "MIT",
"require": {
"php": ">=7.1.0",
"php": ">=7.2.0",
"guzzlehttp/guzzle": "^6.5.5",
"netresearch/jsonmapper": "^4.0.0",
"lstrojny/functional-php": "^1.14.1"
Expand Down

0 comments on commit 6f0d48e

Please sign in to comment.