Skip to content

Commit

Permalink
add muliple os travis
Browse files Browse the repository at this point in the history
  • Loading branch information
miladrahimi committed Jul 10, 2021
1 parent feb0a21 commit 1ea2376
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ php:
- 7.3
- 7.4

os:
- linux
- osx
- windows

branches:
only:
- master
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
}
],
"require": {
"php": ">=7.1",
"php": ">=7.1|^8.0",
"ext-openssl": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^7"
"phpunit/phpunit": "^7|^8"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1ea2376

Please sign in to comment.