Skip to content

Commit b7574d3

Browse files
committed
TASK: Remove php 7.0 from travis.yaml since Neos 4.2 requires php 7.1
1 parent 8507e6d commit b7574d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- '7.0'
43
- '7.1'
5-
- '7.2'
4+
- '7.2'
65
script: composer test

0 commit comments

Comments
 (0)