Skip to content

Commit

Permalink
Test on Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Aug 26, 2019
1 parent d8a0055 commit 82abe31
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ matrix:
- LARAVEL_VERSION=5.8.*
- SYMFONY_VERSION=^4.0
- PHPUNIT_VERSION=^8.0
- env:
- PHP_VERSION=7.2
- LARAVEL_VERSION=^6.0
- SYMFONY_VERSION=^4.0
- PHPUNIT_VERSION=^8.0
- env:
- PHP_VERSION=7.3
- LARAVEL_VERSION=5.5.*
Expand All @@ -62,6 +67,11 @@ matrix:
- LARAVEL_VERSION=5.8.*
- SYMFONY_VERSION=^4.0
- PHPUNIT_VERSION=^8.0
- env:
- PHP_VERSION=7.3
- LARAVEL_VERSION=^6.0
- SYMFONY_VERSION=^4.0
- PHPUNIT_VERSION=^8.0

before_install:
- travis_retry docker pull registry.gitlab.com/grahamcampbell/php:$PHP_VERSION
Expand Down

0 comments on commit 82abe31

Please sign in to comment.