File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: check-app-compatbility
33
44steps :
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
Original file line number Diff line number Diff line change 11language : php
22php :
3- - 7.1
4- - 7.2
53 - 7.3
4+ - 7.4
5+ - 8.0
66
77services :
88 - mysql
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
2323matrix :
2424 fast_finish : true
You can’t perform that action at this time.
0 commit comments