Skip to content

Commit 935ed8b

Browse files
committed
Add end-to-end tests for NC 26, remove NC 23 as it is EOL.
1 parent d1126de commit 935ed8b

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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

6768
unit_tests:

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

tests/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)