Skip to content

Commit

Permalink
Merge pull request #134 from stof/ci_php
Browse files Browse the repository at this point in the history
Add PHP 7.3 and 7.4 on Travis
  • Loading branch information
stof committed Mar 17, 2020
2 parents a313307 + dcfbf4e commit 084befb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -13,7 +13,7 @@ env:
- SYMFONY_PHPUNIT_REMOVE='' # don't remove prophecy
- SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT=1

php: [7.2, 7.1, 7.0, 5.6]
php: [7.4, 7.3, 7.2, 7.1, 7.0, 5.6]

matrix:
include:
Expand All @@ -25,7 +25,7 @@ matrix:
dist: trusty
- php: 5.5
dist: trusty
- php: 7.2
- php: 7.4
env: STABILITY=dev

before_install:
Expand Down

0 comments on commit 084befb

Please sign in to comment.