Skip to content

Commit b18ddbb

Browse files
Merge pull request #159 from nextcloud/update-ci
🐛 FIX: update ci (versions of php and nextcloud used)
2 parents fa1e714 + c253ba3 commit b18ddbb

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: check-app-compatbility
33

44
steps:
55
- name: check-app-compatbility
6-
image: nextcloudci/php7.2:php7.2-9
6+
image: nextcloudci/php7.4:php7.4-2
77
environment:
88
APP_NAME: user_external
99
CORE_BRANCH: master

.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
4-
- 7.2
53
- 7.3
4+
- 7.4
5+
- 8.0
66

77
services:
88
- mysql
@@ -14,11 +14,11 @@ env:
1414
- PHP_COVERAGE=FALSE
1515
matrix:
1616
# - DB=sqlite SERVER=nextcloud/travis_ci/master SERVER_BRANCH=master
17-
- DB=sqlite SERVER=nextcloud/travis_ci/master SERVER_BRANCH=stable15
17+
- DB=sqlite SERVER=nextcloud/travis_ci/master SERVER_BRANCH=stable21
1818
# - DB=mysql SERVER=nextcloud/travis_ci/master SERVER_BRANCH=master PHP_COVERAGE=TRUE
19-
- DB=mysql SERVER=nextcloud/travis_ci/master SERVER_BRANCH=stable15 PHP_COVERAGE=TRUE
19+
- DB=mysql SERVER=nextcloud/travis_ci/master SERVER_BRANCH=stable21 PHP_COVERAGE=TRUE
2020
# - DB=pgsql SERVER=nextcloud/travis_ci/master SERVER_BRANCH=master
21-
- DB=pgsql SERVER=nextcloud/travis_ci/master SERVER_BRANCH=stable15
21+
- DB=pgsql SERVER=nextcloud/travis_ci/master SERVER_BRANCH=stable21
2222

2323
matrix:
2424
fast_finish: true

0 commit comments

Comments
 (0)