Skip to content

Commit 751856d

Browse files
authored
remove duplicate php 7.0 and use php 7.1
1 parent 51ab1d7 commit 751856d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212
- dependencies: highest
1313
php_ver_target: 7.0
1414
- dependencies: highest
15-
php_ver_target: 7.0
15+
php_ver_target: 7.1
1616

1717
## Cache composer bits
1818
cache:
@@ -47,4 +47,4 @@ install:
4747
## Run the actual test
4848
test_script:
4949
- cd c:\projects\php-project-workspace
50-
- vendor/bin/phpunit -c phpunit.xml.dist
50+
- vendor/bin/phpunit -c phpunit.xml.dist

0 commit comments

Comments
 (0)