Skip to content

Commit

Permalink
Revert "add support couchbase 7.6.0"
Browse files Browse the repository at this point in the history
This reverts commit 3363202.
  • Loading branch information
Giallombardo Nathan committed Dec 6, 2024
1 parent 3363202 commit 4f4b1d8
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,18 @@ 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 @@ -51,18 +42,12 @@ 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 4f4b1d8

Please sign in to comment.