Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Commit e7a2e3c

Browse files
committed
Add php 7.1 to CI build
1 parent 4368601 commit e7a2e3c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: php
22

33
php:
4+
- 7.1
5+
- 7.1snapshot
46
- 7.2
57
- 7.2snapshot
68

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=7.2"
14+
"php": ">=7.1"
1515
},
1616
"autoload": {
1717
"psr-4": {

0 commit comments

Comments
 (0)