Skip to content

Commit

Permalink
Update laravel's semantic versions in travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
richan-fongdasen committed Oct 3, 2019
1 parent 6442b9b commit 59e5ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ matrix:
- php: 7.2
env: LARAVEL=5.8.* ORCHESTRA=3.8.*
- php: 7.2
env: LARAVEL=6.0.* ORCHESTRA=4.0.* COVERAGE=1
env: LARAVEL=^6.0 ORCHESTRA=^4.0 COVERAGE=1
- php: 7.3
env: LARAVEL=6.0.* ORCHESTRA=4.0.*
env: LARAVEL=^6.0 ORCHESTRA=^4.0

allow_failures:
- env: COVERAGE=1
Expand Down

0 comments on commit 59e5ac0

Please sign in to comment.