Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ language: php
dist: trusty

php:
- '7.2'
- '7.3'
- '7.4'
- '8.0'
- '8.1'

before_script:
- travis_retry composer self-update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "7.4 - 8.0",
"php": "7.4 - 8.1",
Comment thread
marcospassos marked this conversation as resolved.
Outdated
"ext-mbstring": "*"
},
"require-dev": {
Expand Down