Skip to content

Commit

Permalink
Merge pull request #159 from nextcloud/update-ci
Browse files Browse the repository at this point in the history
🐛 FIX: update ci (versions of php and nextcloud used)
  • Loading branch information
ChristophWurst authored Apr 12, 2021
2 parents fa1e714 + c253ba3 commit b18ddbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: check-app-compatbility

steps:
- name: check-app-compatbility
image: nextcloudci/php7.2:php7.2-9
image: nextcloudci/php7.4:php7.4-2
environment:
APP_NAME: user_external
CORE_BRANCH: master
Expand Down
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0

services:
- mysql
Expand All @@ -14,11 +14,11 @@ env:
- PHP_COVERAGE=FALSE
matrix:
# - DB=sqlite SERVER=nextcloud/travis_ci/master SERVER_BRANCH=master
- DB=sqlite SERVER=nextcloud/travis_ci/master SERVER_BRANCH=stable15
- DB=sqlite SERVER=nextcloud/travis_ci/master SERVER_BRANCH=stable21
# - DB=mysql SERVER=nextcloud/travis_ci/master SERVER_BRANCH=master PHP_COVERAGE=TRUE
- DB=mysql SERVER=nextcloud/travis_ci/master SERVER_BRANCH=stable15 PHP_COVERAGE=TRUE
- DB=mysql SERVER=nextcloud/travis_ci/master SERVER_BRANCH=stable21 PHP_COVERAGE=TRUE
# - DB=pgsql SERVER=nextcloud/travis_ci/master SERVER_BRANCH=master
- DB=pgsql SERVER=nextcloud/travis_ci/master SERVER_BRANCH=stable15
- DB=pgsql SERVER=nextcloud/travis_ci/master SERVER_BRANCH=stable21

matrix:
fast_finish: true
Expand Down

0 comments on commit b18ddbb

Please sign in to comment.