Skip to content

Commit

Permalink
Merge pull request #721 from laravel/php74
Browse files Browse the repository at this point in the history
[3.x] Test on 7.4
  • Loading branch information
driesvints authored Dec 9, 2019
2 parents 39a5f39 + 2734ba0 commit 58326f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
dist: bionic
language: php

sudo: false

services:
- redis-server

php:
- 7.1
- 7.2
- 7.3
- 7.4

env:
matrix:
Expand All @@ -29,4 +29,5 @@ before_install:
install:
- travis_retry composer require "illuminate/contracts=${LARAVEL}" --dev --prefer-dist --no-interaction --no-suggest

script: vendor/bin/phpunit --verbose
script:
- vendor/bin/phpunit --verbose

0 comments on commit 58326f1

Please sign in to comment.