Skip to content

Commit

Permalink
Require PHP 7.4 min (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Jul 17, 2021
1 parent 443f1fb commit c28c280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
php: [7.2, 7.3, 7.4]
php: [7.4]
env: [
'DEPENDENCIES=--prefer-lowest',
'',
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"sort-packages": true
},
"require": {
"php": "^7.2",
"php": "^7.4",
"bunny/bunny": "^0.4.1",
"myclabs/php-enum": "^1.7",
"react/promise": "^2.0",
Expand Down

0 comments on commit c28c280

Please sign in to comment.