Skip to content

Commit

Permalink
Merge pull request #100 from Mapotempo/add_support_couchbase_7_6_0
Browse files Browse the repository at this point in the history
add support couchbase 7.6.0
  • Loading branch information
giallon authored Dec 6, 2024
2 parents 2721d4a + 01f3ce4 commit 55a6b82
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,15 @@ jobs:
- ruby: '2.7'
gemfile: '6.0.0'
couchbase: '7.1.0'
- ruby: '2.7'
gemfile: '6.0.0'
couchbase: '7.6.3'
- ruby: '2.7'
gemfile: '7.0.0'
couchbase: '7.1.0'
- ruby: '2.7'
gemfile: '7.0.0'
couchbase: '7.6.3'
# ruby 3.0 minimimun required rails 6.0.3
# - ruby: '3.0'
# gemfile: '5.2.7'
Expand All @@ -30,6 +36,9 @@ jobs:
- ruby: '3.0'
gemfile: '7.0.0'
couchbase: '7.1.0'
- ruby: '3.0'
gemfile: '7.0.0'
couchbase: '7.6.3'
fail-fast: false
runs-on: ubuntu-22.04
name: ${{ matrix.ruby }} rails-${{ matrix.gemfile }} couchbase-${{ matrix.couchbase }}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- couchbase

couchbase:
image: 'couchbase:enterprise-7.1.3'
image: 'couchbase:enterprise-7.6.3'
ports:
- 8091:8091
- 8092:8092
Expand Down

0 comments on commit 55a6b82

Please sign in to comment.