Skip to content

Commit d96d7c2

Browse files
committed
Test against PHP 7.1 on AppVeyor
1 parent e2088d1 commit d96d7c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ environment:
88
matrix:
99
- dependencies: lowest
1010
php_ver_target: 7.0
11+
- dependencies: lowest
12+
php_ver_target: 7.1
1113
- dependencies: current
1214
php_ver_target: 7.0
15+
- dependencies: current
16+
php_ver_target: 7.1
1317
- dependencies: highest
1418
php_ver_target: 7.0
19+
- dependencies: highest
20+
php_ver_target: 7.1
1521

1622
## Cache composer bits
1723
cache:

0 commit comments

Comments
 (0)