Skip to content

Commit

Permalink
add l8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemilloy committed Sep 17, 2020
1 parent 73fbab7 commit f859d4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ language: php
sudo: false

php:
- "7.1"
- "7.2"
- "7.3"
- "7.4"
- '7.1'
- '7.2'
- '7.3'
- '7.4'

env:
matrix:
- LARAVEL=5.8.*
- LARAVEL=^6.0
- LARAVEL=^7.0
- LARAVEL=^8.0

matrix:
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"minimum-stability": "dev",
"require": {
"php": "^7.1.3",
"illuminate/notifications": "~5.8.0|^6.0|^7.0",
"illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0",
"aws/aws-sdk-php": "^3.110"
},
"require-dev": {
Expand Down

0 comments on commit f859d4d

Please sign in to comment.