Skip to content

Commit a18707b

Browse files
Merge pull request #103 from nextcloud/update-master-php-testing-versions
Update master php testing versions
2 parents d91090f + 507f450 commit a18707b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: php
22
#php:
3-
# - 7.1
43
# - 7.2
54
# - 7.3
5+
# - 7.4snapshot
66
services:
77
- mysql
88

@@ -53,13 +53,13 @@ script:
5353

5454
matrix:
5555
include:
56-
# - php: 7.1
56+
# - php: 7.3
5757
# env: DB=mysql
58-
# - php: 7.1
58+
# - php: 7.3
5959
# env: DB=pgsql
60-
- php: 7.1
60+
- php: 7.3
6161
env: DB=mysql;CODECHECK=1
62-
- php: 7.1
62+
- php: 7.3
6363
env: DB=mysql;CODECHECK=2
6464
allow_failures:
6565
- env: DB=mysql;CODECHECK=2

0 commit comments

Comments
 (0)