🐛 FIX: update ci (versions of php and nextcloud used)

Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
This commit is contained in:
Jonas Sulzer
2020-10-10 11:41:56 +02:00
parent fa1e7141fe
commit c253ba3f7d
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