Merge pull request #11589 from nextcloud/version/noid/13.0.7RC1

13.0.7 RC 1
This commit is contained in:
Morris Jobke 2018-10-04 17:18:58 +02:00 committed by GitHub
commit d11e40733d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -313,7 +313,7 @@ pipeline:
image: nextcloudci/php7.1:php7.1-15
commands:
- sleep 10 # gives the database enough time to initialize
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
- POSTGRES=${POSTGRES} NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
when:
matrix:
DB: postgres
@ -864,6 +864,7 @@ services:
image: postgres:9
environment:
- POSTGRES_USER=oc_autotest
- POSTGRES_DB=oc_autotest_dummy
- POSTGRES_PASSWORD=owncloud
tmpfs:
- /var/lib/postgresql/data
@ -875,6 +876,7 @@ services:
image: postgres:10
environment:
- POSTGRES_USER=oc_autotest
- POSTGRES_DB=oc_autotest_dummy
- POSTGRES_PASSWORD=owncloud
tmpfs:
- /var/lib/postgresql/data

View File

@ -29,10 +29,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = array(13, 0, 6, 1);
$OC_Version = array(13, 0, 7, 0);
// The human readable string
$OC_VersionString = '13.0.6';
$OC_VersionString = '13.0.7 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [