Skip to content

Commit

Permalink
Remove unsupported environments from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSampo committed Jul 2, 2020
1 parent 729257e commit 98b8a30
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
language: php

php:
- "7.2"
- "7.2.5"
- "7.3"
- "7.4"

env:
matrix:
- LARAVEL='5.6.*'
- LARAVEL='5.6.*' COMPOSER_FLAGS="--prefer-lowest"
- LARAVEL='5.7.*'
- LARAVEL='5.7.*' COMPOSER_FLAGS="--prefer-lowest"
- LARAVEL='5.8.*'
- LARAVEL='5.8.*' COMPOSER_FLAGS="--prefer-lowest"
- LARAVEL='^6.0'
- LARAVEL='^6.0' COMPOSER_FLAGS="--prefer-lowest"
- LARAVEL='^7.0'
- LARAVEL='^7.0' COMPOSER_FLAGS="--prefer-lowest"

Expand Down

0 comments on commit 98b8a30

Please sign in to comment.