Skip to content

Commit

Permalink
Update php versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
fago committed Dec 4, 2020
1 parent 481ad0d commit 4b066f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ language: php
sudo: true

php:
- 7
- 7.2
- 7.3
- 7.4

matrix:
# Don't wait for the allowed failures to build.
Expand Down
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,5 @@
"cs": "phpcs --colors",
"cbf": "phpcbf",
"test": "phpunit"
},
"config": {
"platform": {
"php": "7.2"
}
}
}

0 comments on commit 4b066f7

Please sign in to comment.