Skip to content

Commit

Permalink
chore: add 7.6.3 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erayarslan committed Oct 23, 2024
1 parent 987b584 commit 0762009
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ "5.0.1", "5.1.3", "5.5.6", "6.0.5", "6.5.2", "6.6.6", "7.0.5", "7.1.6", "7.2.5", "7.6.2" ]
version: [ "5.0.1", "5.1.3", "5.5.6", "6.0.5", "6.5.2", "6.6.6", "7.0.5", "7.1.6", "7.2.5", "7.6.3" ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ "7.1.6", "7.2.5", "7.6.2" ]
version: [ "7.1.6", "7.2.5", "7.6.3" ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test:
go test ./... .

race:
CB_VERSION=7.6.2 go test ./... -race .
CB_VERSION=7.6.3 go test ./... -race .

tidy:
go mod tidy
Expand Down
2 changes: 1 addition & 1 deletion example/grafana/couchbase/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM couchbase:7.6.2
FROM couchbase:7.6.3

COPY configure.sh /opt/couchbase
RUN chmod +x /opt/couchbase/configure.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/create_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

POSITIONAL_ARGS=()

VERSION=7.6.2
VERSION=7.6.3
NAME_PREFIX="couchbase_node_"
SUBNET="13.37.11.0/24"
TOTAL_NODE=3
Expand Down

0 comments on commit 0762009

Please sign in to comment.