Skip to content

Commit

Permalink
Require only supported versions of PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
lSimul authored and mibk committed Jul 20, 2022
1 parent 8b7c1eb commit 7a33d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
php: ['7.4', '8.0', '8.1']

fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"require": {
"php": "^7.1 || ^8.0",
"php": "^7.4 || ^8.0",
"tharos/leanmapper": ">=3.0"
},
"require-dev": {
Expand Down

0 comments on commit 7a33d76

Please sign in to comment.