Skip to content

Commit

Permalink
Add PHP 8 support, test and laravel version test (#125)
Browse files Browse the repository at this point in the history
* Add PHP 8 support, test and laravel version test

* ci fix
  • Loading branch information
thecaliskan authored Dec 15, 2020
1 parent 9252b0a commit 6db5917
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0

env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""

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 @@ -25,7 +25,7 @@
}
],
"require": {
"php": "^7.2.0",
"php": "^7.2.0|^8.0",
"berkayk/onesignal-laravel": "^1.0.0",
"illuminate/notifications": "5.*|^6.0|^7.0|^8.0",
"illuminate/support": "5.*|^6.0|^7.0|^8.0"
Expand Down

0 comments on commit 6db5917

Please sign in to comment.