File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -48,20 +48,21 @@ stages:
4848 # Shut down containers
4949 - docker-compose down -v
5050
51- app_test_nc_23 :
51+ app_test_nc_24 :
5252 extends : .app_tests
5353
54- app_test_nc_24 :
54+ app_test_nc_25 :
5555 extends : .app_tests
5656 before_script :
57- - sed -i "s#nextcloud:23-fpm-alpine#nextcloud:24-fpm-alpine#g" tests/docker-compose.yml
57+ - sed -i "s#nextcloud:24-fpm-alpine#nextcloud:25-fpm-alpine#g" tests/docker-compose.yml
58+ - export NC_VERSION=25
5859 - *before_script
5960
60- app_test_nc_25 :
61+ app_test_nc_26 :
6162 extends : .app_tests
6263 before_script :
63- - sed -i "s#nextcloud:23 -fpm-alpine#nextcloud:25 -fpm-alpine#g" tests/docker-compose.yml
64- - export NC_VERSION=25
64+ - sed -i "s#nextcloud:24 -fpm-alpine#nextcloud:26 -fpm-alpine#g" tests/docker-compose.yml
65+ - export NC_VERSION=26
6566 - *before_script
6667
6768unit_tests :
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ _[View changelog](https://github.com/te-online/files_linkeditor/blob/main/CHANGE
2424 <repository type =" git" >https://github.com/te-online/files_linkeditor.git</repository >
2525 <bugs >https://github.com/te-online/files_linkeditor/issues</bugs >
2626 <dependencies >
27- <nextcloud min-version =" 20" max-version =" 25 " />
27+ <nextcloud min-version =" 20" max-version =" 26 " />
2828 </dependencies >
29- </info >
29+ </info >
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ services:
4444
4545 app :
4646 << : *restart_policy
47- image : nextcloud:23 -fpm-alpine
47+ image : nextcloud:24 -fpm-alpine
4848 ports :
4949 - 9000:9000
5050 links :
You can’t perform that action at this time.
0 commit comments