Skip to content

Commit b1c4734

Browse files
IchHabRechtsebastianbergmann
authored andcommitted
Update AppVeyor configuration
1 parent 8eea3cf commit b1c4734

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

appveyor.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ pull_requests:
77
version: '{build}.{branch}'
88

99
environment:
10-
COMPOSER_ROOT_VERSION: '6.1.x-dev'
10+
COMPOSER_ROOT_VERSION: '6.5.x-dev'
1111

1212
matrix:
13-
- PHP_VERSION: '7.0.16'
14-
XDEBUG_VERSION: '2.5.1-7.0'
13+
- PHP_VERSION: '7.0.25'
14+
XDEBUG_VERSION: '2.5.5-7.0'
1515
DEPENDENCIES: '--prefer-lowest'
16-
- PHP_VERSION: '7.0.16'
17-
XDEBUG_VERSION: '2.5.1-7.0'
16+
- PHP_VERSION: '7.0.25'
17+
XDEBUG_VERSION: '2.5.5-7.0'
1818
DEPENDENCIES: ''
19-
- PHP_VERSION: '7.1.2'
20-
XDEBUG_VERSION: '2.5.1-7.1'
19+
- PHP_VERSION: '7.1.11'
20+
XDEBUG_VERSION: '2.5.5-7.1'
2121
DEPENDENCIES: '--prefer-lowest'
22-
- PHP_VERSION: '7.1.2'
23-
XDEBUG_VERSION: '2.5.1-7.1'
22+
- PHP_VERSION: '7.1.11'
23+
XDEBUG_VERSION: '2.5.5-7.1'
2424
DEPENDENCIES: ''
2525

2626
matrix:

0 commit comments

Comments
 (0)