We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7dec20 commit f8ad383Copy full SHA for f8ad383
appveyor.yml
@@ -3,16 +3,22 @@ platform:
3
- x64
4
clone_folder: c:\projects\php-project-workspace
5
6
-
7
## Build matrix for lowest and highest possible targets
8
environment:
9
matrix:
10
- dependencies: lowest
11
php_ver_target: 7.0
+ - dependencies: lowest
12
+ php_ver_target: 7.1
13
- dependencies: current
14
15
+ - dependencies: current
16
17
- dependencies: highest
18
19
+ - dependencies: highest
20
21
+
22
## Cache composer bits
23
cache:
24
- '%LOCALAPPDATA%\Composer\files -> composer.lock'
0 commit comments