Skip to content

Commit

Permalink
add support couchbase 7.6.0
Browse files Browse the repository at this point in the history
add support couchbase 7.6.0

update couchbase to 7.6.3 on local

add ubuntu os version in matrix

update couchbase to 7.6.3

fix error Expected mapping end

fix Expected mapping end

update to python3-httplib2

delete python

downgrade ubuntu to 22.04

update to ubuntu 22.04
  • Loading branch information
Giallombardo Nathan committed Dec 6, 2024
1 parent 2721d4a commit 31202b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .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,12 +36,15 @@ 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 }}
steps:
- uses: actions/checkout@v3
- run: sudo apt-get update && sudo apt-get install libevent-dev libev-dev libtinfo5
- run: sudo apt-get update && sudo apt-get install libevent-dev libev-dev
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
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 31202b4

Please sign in to comment.