Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Feb 17, 2019
1 parent 6fe4760 commit f55225c
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,17 @@ matrix:
env:
- LARAVEL_VERSION=5.6.*
- SYMFONY_VERSION=^4.0
- PHPUNIT_VERSION=^7.0
- PHPUNIT_VERSION=^7.5
- php: 7.1
env:
- LARAVEL_VERSION=5.7.*
- SYMFONY_VERSION=^4.0
- PHPUNIT_VERSION=^7.0
- PHPUNIT_VERSION=^7.5
- php: 7.1
env:
- LARAVEL_VERSION=5.8.*
- SYMFONY_VERSION=^4.0
- PHPUNIT_VERSION=^7.5
- php: 7.2
env:
- LARAVEL_VERSION=5.5.*
Expand All @@ -28,12 +33,17 @@ matrix:
env:
- LARAVEL_VERSION=5.6.*
- SYMFONY_VERSION=^4.0
- PHPUNIT_VERSION=^7.0
- PHPUNIT_VERSION=^7.5
- php: 7.2
env:
- LARAVEL_VERSION=5.7.*
- SYMFONY_VERSION=^4.0
- PHPUNIT_VERSION=^7.0
- PHPUNIT_VERSION=^7.5
- php: 7.2
env:
- LARAVEL_VERSION=5.8.*
- SYMFONY_VERSION=^4.0
- PHPUNIT_VERSION=^8.0
- php: 7.3
env:
- LARAVEL_VERSION=5.5.*
Expand All @@ -43,12 +53,17 @@ matrix:
env:
- LARAVEL_VERSION=5.6.*
- SYMFONY_VERSION=^4.0
- PHPUNIT_VERSION=^7.0
- PHPUNIT_VERSION=^7.5
- php: 7.3
env:
- LARAVEL_VERSION=5.7.*
- SYMFONY_VERSION=^4.0
- PHPUNIT_VERSION=^7.0
- PHPUNIT_VERSION=^7.5
- php: 7.3
env:
- LARAVEL_VERSION=5.8.*
- SYMFONY_VERSION=^4.0
- PHPUNIT_VERSION=^8.0

install:
- composer require "laravel/framework:${LARAVEL_VERSION}" --no-update -n
Expand Down

0 comments on commit f55225c

Please sign in to comment.