Skip to content

Commit

Permalink
Merge pull request #116 from GrahamCampbell/php-73
Browse files Browse the repository at this point in the history
PHP 7.3
  • Loading branch information
GrahamCampbell committed Oct 19, 2018
2 parents fdb55c7 + bfd36ab commit 13fced2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,21 @@ matrix:
- LARAVEL_VERSION=5.7.*
- SYMFONY_VERSION=^4.0
- PHPUNIT_VERSION=^7.0
- php: 7.3
env:
- LARAVEL_VERSION=5.5.*
- SYMFONY_VERSION=^3.0
- PHPUNIT_VERSION=^6.5
- php: 7.3
env:
- LARAVEL_VERSION=5.6.*
- SYMFONY_VERSION=^4.0
- PHPUNIT_VERSION=^7.0
- php: 7.3
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 13fced2

Please sign in to comment.