File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -1236,11 +1236,16 @@ steps:
12361236 commands :
12371237 - git submodule update --init
12381238- name : install-talk
1239- image : ghcr.io/nextcloud/continuous-integration-alpine-git :latest
1239+ image : ghcr.io/nextcloud/continuous-integration-php8.0 :latest
12401240 commands :
12411241 # JavaScript files are not used in integration tests so it is not needed to
12421242 # build them.
12431243 - git clone --depth 1 https://github.com/nextcloud/spreed apps/spreed
1244+ - cd apps/spreed
1245+ - composer --version
1246+ - composer self-update --2
1247+ - composer install --no-dev
1248+ - cd ../..
12441249- name : integration-sharing-v1-video-verification
12451250 image : ghcr.io/nextcloud/continuous-integration-integration-php8.0:latest
12461251 commands :
You can’t perform that action at this time.
0 commit comments