Skip to content

Commit

Permalink
chore: 7.6.1 test added
Browse files Browse the repository at this point in the history
  • Loading branch information
erayarslan committed May 12, 2024
1 parent 6e568e1 commit a795403
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 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.4" ]
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.1" ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Integration

on:
push:
branches: [master]
branches: [ master ]
pull_request:
branches: [master]
types: [opened, reopened, synchronize]
branches: [ master ]
types: [ opened, reopened, synchronize ]
workflow_dispatch:

concurrency:
Expand All @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ "7.1.6", "7.2.4" ]
version: [ "7.1.6", "7.2.5", "7.6.1" ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v4
Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ lint:
golangci-lint run -c .golangci.yml --timeout=5m -v

test:
go test ./... -bench .
go test ./... .

race:
CB_VERSION=7.6.1 go test ./... -race .

tidy:
go mod tidy
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.2.4
VERSION=7.6.1
NAME_PREFIX="couchbase_node_"
SUBNET="13.37.11.0/24"
TOTAL_NODE=3
Expand Down

0 comments on commit a795403

Please sign in to comment.