File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ local: build
104104 docker compose kill || true
105105 docker stop nextcloud-container || true
106106 docker container rm nextcloud-container || true
107- docker run --rm -d -p 8080:80 --name nextcloud-container -e SERVER_BRANCH=" v31 .0.8 " -v .:/var/www/html/apps-extra/gdatavaas ghcr.io/juliusknorr/nextcloud-dev-php84:latest
107+ docker run --rm -d -p 8080:80 --name nextcloud-container -e SERVER_BRANCH=" v32 .0.0 " -v .:/var/www/html/apps-extra/gdatavaas ghcr.io/juliusknorr/nextcloud-dev-php84:latest
108108 composer install
109109
110110# Builds the app for production and prepares it for the appstore under ./build/artifacts
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Please make sure the "Authentication Method" "Resource Owner Password Flow" is s
5555 <database >pgsql</database >
5656 <database >mysql</database >
5757 <database >sqlite</database >
58- <nextcloud min-version =" 31 " max-version =" 31 " />
58+ <nextcloud min-version =" 32 " max-version =" 32 " />
5959 </dependencies >
6060 <background-jobs >
6161 <job >OCA\GDataVaas\BackgroundJobs\ScanJob</job >
Original file line number Diff line number Diff line change 1313 "coduo/php-humanizer" : " 5.0.0"
1414 },
1515 "require-dev" : {
16- "nextcloud/ocp" : " v31 .0.8 " ,
16+ "nextcloud/ocp" : " v32 .0.0 " ,
1717 "psalm/phar" : " 6.8.2" ,
1818 "nextcloud/coding-standard" : " v1.4.0" ,
1919 "colinodell/psr-testlogger" : " 1.3.0" ,
4545 "php" : " 8.1"
4646 }
4747 }
48- }
48+ }
Original file line number Diff line number Diff line change 44
55services :
66 nextcloud-container :
7- image : nextcloud:31 .0.8
7+ image : nextcloud:32 .0.0
88 ports :
99 - " 8080:80"
1010 container_name : nextcloud-container
Original file line number Diff line number Diff line change 55# SPDX-License-Identifier: AGPL-3.0-or-later
66
77rm -rf nextcloud-server/
8- export NEXTCLOUD_VERSION=${1:- 31 .0.8 }
8+ export NEXTCLOUD_VERSION=${1:- 32 .0.0 }
99git clone --depth 1 --recurse-submodules --single-branch --branch v" $NEXTCLOUD_VERSION " https://github.com/nextcloud/server.git ./nextcloud-server
1010cd nextcloud-server || exit 1
1111git submodule update --init
Original file line number Diff line number Diff line change 66
77set -e
88
9- export NEXTCLOUD_VERSION=${1:- 31 .0.8 }
9+ export NEXTCLOUD_VERSION=${1:- 32 .0.0 }
1010export IS_CI=${2:- 0}
1111
1212if [ " $IS_CI " -eq 0 ]; then
You can’t perform that action at this time.
0 commit comments