Skip to content

Commit c8dec71

Browse files
committed
- removes the PHP 7.1 support
1 parent 0f00229 commit c8dec71

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
7-
- 7.4snapshot
6+
- nightly
87

98
matrix:
109
fast_finish: true
1110
allow_failures:
12-
- php: 7.4snapshot
11+
- php: nightly
1312

1413
install:
1514
- travis_retry composer update -o --no-interaction --prefer-source

0 commit comments

Comments
 (0)