Merge pull request #5910 from benediktg/test-php-7.1

Also test PHP 7.0 with PostgreSQL
This commit is contained in:
Roeland Jago Douma 2017-07-31 16:18:48 +02:00 committed by GitHub
commit 973b859cdd
1 changed files with 12 additions and 0 deletions

View File

@ -210,6 +210,15 @@ pipeline:
matrix:
DB: postgres
PHP: 5.6
postgres-php7.0:
image: nextcloudci/php7.0:php7.0-13
commands:
- sleep 10 # gives the database enough time to initialize
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
when:
matrix:
DB: postgres
PHP: 7.0
mysqlmb4-php5.6:
image: nextcloudci/php5.6:php5.6-7
commands:
@ -571,6 +580,9 @@ matrix:
- DB: postgres
PHP: 5.6
ENABLE_REDIS: true
- DB: postgres
PHP: 7.0
ENABLE_REDIS: true
- DB: mysqlmb4
PHP: 5.6
ENABLE_REDIS: true