File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,14 @@ jobs:
2020 - 7.2.7
2121 - 7.1.6
2222 - 7.0.4
23+ - community-7.6.2
2324
2425 runs-on : ubuntu-latest
2526 steps :
2627 - name : Install cbdinocluster
2728 run : |
2829 mkdir -p "$HOME/bin"
29- wget -nv -O $HOME/bin/cbdinocluster https://github.com/couchbaselabs/cbdinocluster/releases/download/v0.0.41 /cbdinocluster-linux-amd64
30+ wget -nv -O $HOME/bin/cbdinocluster https://github.com/couchbaselabs/cbdinocluster/releases/download/v0.0.88 /cbdinocluster-linux-amd64
3031 chmod +x $HOME/bin/cbdinocluster
3132 echo "$HOME/bin" >> $GITHUB_PATH
3233
4041 env :
4142 CLUSTERCONFIG : |
4243 nodes:
43- - count: 3
44+ - count: 2
45+ version: ${{ matrix.server }}
46+ services: [kv, n1ql, index]
47+ - count: 1
4448 version: ${{ matrix.server }}
4549 services: [kv, n1ql, index, fts]
4650 docker:
You can’t perform that action at this time.
0 commit comments