Skip to content

Commit 084befb

Browse files
authored
Merge pull request #134 from stof/ci_php
Add PHP 7.3 and 7.4 on Travis
2 parents a313307 + dcfbf4e commit 084befb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
- SYMFONY_PHPUNIT_REMOVE='' # don't remove prophecy
1414
- SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT=1
1515

16-
php: [7.2, 7.1, 7.0, 5.6]
16+
php: [7.4, 7.3, 7.2, 7.1, 7.0, 5.6]
1717

1818
matrix:
1919
include:
@@ -25,7 +25,7 @@ matrix:
2525
dist: trusty
2626
- php: 5.5
2727
dist: trusty
28-
- php: 7.2
28+
- php: 7.4
2929
env: STABILITY=dev
3030

3131
before_install:

0 commit comments

Comments
 (0)