Merge pull request #159 from nextcloud/update-ci

🐛 FIX: update ci (versions of php and nextcloud used)
This commit is contained in:
Christoph Wurst
2021-04-12 09:24:06 +02:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -1,8 +1,8 @@
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0
services:
- mysql
@@ -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