Skip to content

Commit e4d9933

Browse files
authored
Merge pull request #32 from thephpleague/php7.4
Add PHP 7.4 CI test
2 parents 81db781 + bece178 commit e4d9933

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
@@ -1,5 +1,5 @@
11
language: php
2-
dist: trusty
2+
dist: xenial
33
sudo: false
44

55
matrix:
@@ -12,7 +12,7 @@ matrix:
1212
env: SYMFONY_VERSION="4.3.*"
1313
- php: 7.3
1414
env: SYMFONY_VERSION="4.4.*"
15-
- php: 7.3
15+
- php: 7.4
1616
env: SYMFONY_VERSION="5.0.*"
1717
fast_finish: true
1818

0 commit comments

Comments
 (0)