Merge pull request #11590 from nextcloud/version/noid/12.0.12RC1
12.0.12 RC 1
This commit is contained in:
commit
7d7daed49e
|
@ -197,7 +197,7 @@ pipeline:
|
|||
image: nextcloudci/php5.6:php5.6-8
|
||||
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
|
||||
|
@ -649,6 +649,7 @@ services:
|
|||
image: postgres:9
|
||||
environment:
|
||||
- POSTGRES_USER=oc_autotest
|
||||
- POSTGRES_DB=oc_autotest_dummy
|
||||
- POSTGRES_PASSWORD=owncloud
|
||||
tmpfs:
|
||||
- /var/lib/postgresql/data
|
||||
|
|
|
@ -26,10 +26,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(12, 0, 11, 1);
|
||||
$OC_Version = array(12, 0, 12, 0);
|
||||
|
||||
// The human readable string
|
||||
$OC_VersionString = '12.0.11';
|
||||
$OC_VersionString = '12.0.12 RC 1';
|
||||
|
||||
$OC_VersionCanBeUpgradedFrom = [
|
||||
'nextcloud' => [
|
||||
|
|
Loading…
Reference in New Issue