Skip to content

Commit 02091bb

Browse files
authored
Merge pull request #51 from nextcloud/update-php-testing-versions
Update php testing versions
2 parents 11ef9a5 + 225da00 commit 02091bb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: php
22
php:
33
- 5.6
4-
- 7
4+
- 7.0
5+
- 7.1
56

67
env:
78
global:
@@ -46,13 +47,13 @@ script:
4647

4748
matrix:
4849
include:
49-
- php: 5.6
50+
- php: 7.0
5051
env: DB=mysql
51-
- php: 5.6
52+
- php: 7.0
5253
env: DB=pgsql
53-
- php: 5.6
54+
- php: 7.0
5455
env: DB=mysql;CODECHECK=1
55-
- php: 5.6
56+
- php: 7.0
5657
env: DB=mysql;CODECHECK=2
5758
allow_failures:
5859
- env: DB=mysql;CODECHECK=2

0 commit comments

Comments
 (0)