Skip to content

Commit

Permalink
add support couchbase 7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Giallombardo Nathan committed Dec 6, 2024
1 parent 46e24ce commit 25e5645
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,27 @@ jobs:
- ruby: '2.7'
gemfile: '5.2.7'
couchbase: '7.1.0'
- ruby: '2.7'
gemfile: '5.2.7'
couchbase: '7.6.0'
- ruby: '2.7'
gemfile: '6.0.0'
couchbase: '6.6.5'
- ruby: '2.7'
gemfile: '6.0.0'
couchbase: '7.1.0'
- ruby: '2.7'
gemfile: '6.0.0'
couchbase: '7.6.0'
- ruby: '2.7'
gemfile: '7.0.0'
couchbase: '6.6.5'
- ruby: '2.7'
gemfile: '7.0.0'
couchbase: '7.1.0'
- ruby: '2.7'
gemfile: '7.0.0'
couchbase: '7.6.0'
# ruby 3.0 minimimun required rails 6.0.3
# - ruby: '3.0'
# gemfile: '5.2.7'
Expand All @@ -42,12 +51,18 @@ jobs:
- ruby: '3.0'
gemfile: '6.1.7.7'
couchbase: '7.1.0'
- ruby: '3.0'
gemfile: '6.1.7.7'
couchbase: '7.6.0'
- ruby: '3.0'
gemfile: '7.0.0'
couchbase: '6.6.5'
- ruby: '3.0'
gemfile: '7.0.0'
couchbase: '7.1.0'
- ruby: '3.0'
gemfile: '7.0.0'
couchbase: '7.6.0'
fail-fast: false
runs-on: ubuntu-20.04
name: ${{ matrix.ruby }} rails-${{ matrix.gemfile }} couchbase-${{ matrix.couchbase }}
Expand Down

0 comments on commit 25e5645

Please sign in to comment.