🐛 FIX: update ci (versions of php and nextcloud used)
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
This commit is contained in:
@@ -3,7 +3,7 @@ name: check-app-compatbility
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check-app-compatbility
|
- name: check-app-compatbility
|
||||||
image: nextcloudci/php7.2:php7.2-9
|
image: nextcloudci/php7.4:php7.4-2
|
||||||
environment:
|
environment:
|
||||||
APP_NAME: user_external
|
APP_NAME: user_external
|
||||||
CORE_BRANCH: master
|
CORE_BRANCH: master
|
||||||
|
|||||||
10
.travis.yml
10
.travis.yml
@@ -1,8 +1,8 @@
|
|||||||
language: php
|
language: php
|
||||||
php:
|
php:
|
||||||
- 7.1
|
|
||||||
- 7.2
|
|
||||||
- 7.3
|
- 7.3
|
||||||
|
- 7.4
|
||||||
|
- 8.0
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
@@ -14,11 +14,11 @@ env:
|
|||||||
- PHP_COVERAGE=FALSE
|
- PHP_COVERAGE=FALSE
|
||||||
matrix:
|
matrix:
|
||||||
# - DB=sqlite SERVER=nextcloud/travis_ci/master SERVER_BRANCH=master
|
# - 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=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=master
|
||||||
- DB=pgsql SERVER=nextcloud/travis_ci/master SERVER_BRANCH=stable15
|
- DB=pgsql SERVER=nextcloud/travis_ci/master SERVER_BRANCH=stable21
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|||||||
Reference in New Issue
Block a user