Skip to content

Commit b846f10

Browse files
committed
chore(CI): Test against matching Talk version on stable26 branch
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 26696c4 commit b846f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,9 +1238,9 @@ steps:
12381238
- name: install-talk
12391239
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
12401240
commands:
1241-
# JavaScript files are not used in integration tests so it is not needed to
1241+
# JavaScript files are not used in integration tests, so it is not needed to
12421242
# build them.
1243-
- git clone --depth 1 https://github.com/nextcloud/spreed apps/spreed
1243+
- git clone --depth 1 --branch stable26 https://github.com/nextcloud/spreed apps/spreed
12441244
- cd apps/spreed
12451245
- composer --version
12461246
- composer self-update --2

0 commit comments

Comments
 (0)