Skip to content

Commit afbbbb1

Browse files
committed
Don't drop platform version on PHP 7.2
1 parent 73fa185 commit afbbbb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ matrix:
1313
- qaExtended=true
1414
- php: 7.1
1515
- php: 7.2
16+
env:
17+
- dropPlatform=false
1618
- php: nightly
1719
env:
1820
- dropPlatform=false
@@ -25,6 +27,7 @@ matrix:
2527
- php: 7.2
2628
env:
2729
- dependencies=lowest
30+
- dropPlatform=false
2831
- php: nightly
2932
env:
3033
- dependencies=lowest
@@ -38,6 +41,7 @@ matrix:
3841
- php: 7.2
3942
env:
4043
- dependencies=highest
44+
- dropPlatform=false
4145
- php: nightly
4246
env:
4347
- dependencies=highest

0 commit comments

Comments
 (0)