Skip to content

Commit be63e68

Browse files
authored
Merge pull request #560 from nextcloud/update-stable26-target-versions
chore(CI): Adjust testing matrix for Nextcloud 26 on stable26
2 parents 08cda06 + 4462f88 commit be63e68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.drone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
image: nextcloudci/php7.4:php7.4-2
1717
environment:
1818
APP_NAME: ldap_write_support
19-
CORE_BRANCH: master
19+
CORE_BRANCH: stable26
2020
DB: sqlite
2121
commands:
2222
- composer install
@@ -25,7 +25,7 @@ steps:
2525
image: nextcloudci/php8.0:latest
2626
environment:
2727
APP_NAME: ldap_write_support
28-
CORE_BRANCH: master
28+
CORE_BRANCH: stable26
2929
DB: sqlite
3030
commands:
3131
- composer install
@@ -46,7 +46,7 @@ steps:
4646
image: nextcloudci/php7.4:php7.4-2
4747
environment:
4848
APP_NAME: ldap_write_support
49-
CORE_BRANCH: master
49+
CORE_BRANCH: stable26
5050
DB: sqlite
5151
commands:
5252
# Pre-setup steps
@@ -92,7 +92,7 @@ steps:
9292
image: nextcloudci/php7.4:php7.4-2
9393
environment:
9494
APP_NAME: ldap_write_support
95-
CORE_BRANCH: master
95+
CORE_BRANCH: stable26
9696
DB: sqlite
9797
commands:
9898
# Pre-setup steps

0 commit comments

Comments
 (0)