Skip to content

Commit f8ad383

Browse files
committed
Test against PHP 7.1 on AppVeyor
1 parent d7dec20 commit f8ad383

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

appveyor.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,22 @@ platform:
33
- x64
44
clone_folder: c:\projects\php-project-workspace
55

6-
76
## Build matrix for lowest and highest possible targets
87
environment:
98
matrix:
109
- dependencies: lowest
1110
php_ver_target: 7.0
11+
- dependencies: lowest
12+
php_ver_target: 7.1
1213
- dependencies: current
1314
php_ver_target: 7.0
15+
- dependencies: current
16+
php_ver_target: 7.1
1417
- dependencies: highest
1518
php_ver_target: 7.0
19+
- dependencies: highest
20+
php_ver_target: 7.1
21+
1622
## Cache composer bits
1723
cache:
1824
- '%LOCALAPPDATA%\Composer\files -> composer.lock'

0 commit comments

Comments
 (0)