Skip to content

Commit 1633e66

Browse files
committed
RSCBC-211: Community version testing
1 parent e6ef315 commit 1633e66

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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
@@ -40,7 +41,10 @@ jobs:
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:

0 commit comments

Comments
 (0)