Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Sep 29, 2018
1 parent 7e96f1b commit a0512f2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -14,6 +14,11 @@ matrix:
- LARAVEL_VERSION=5.6.*
- SYMFONY_VERSION=^4.0
- PHPUNIT_VERSION=^7.0
- php: 7.1
env:
- LARAVEL_VERSION=5.7.*
- SYMFONY_VERSION=^4.0
- PHPUNIT_VERSION=^7.0
- php: 7.2
env:
- LARAVEL_VERSION=5.5.*
Expand All @@ -24,6 +29,11 @@ matrix:
- LARAVEL_VERSION=5.6.*
- SYMFONY_VERSION=^4.0
- PHPUNIT_VERSION=^7.0
- php: 7.2
env:
- LARAVEL_VERSION=5.7.*
- SYMFONY_VERSION=^4.0
- PHPUNIT_VERSION=^7.0

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

0 comments on commit a0512f2

Please sign in to comment.