Skip to content

Commit 06bba60

Browse files
committed
try to see if php version makes a difference in failing tests
1 parent 0e62abf commit 06bba60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ language: php
22

33
matrix:
44
include:
5-
- php: 7.0
5+
- php: 7.2
66
env: SYMFONY_VERSION=3.4.*
77
- php: 7.2
88
env: SYMFONY_VERSION=4.0.*
9+
- php: 7.4
10+
env: SYMFONY_VERSION=5.0.*
911

1012
before_install:
1113
- >

0 commit comments

Comments
 (0)