Skip to content

Commit

Permalink
Merge pull request #102 from Mapotempo/remove_support_couchbase_6_6_5
Browse files Browse the repository at this point in the history
remove support couchbase 6.6.5
  • Loading branch information
giallon authored Dec 6, 2024
2 parents b81e1da + 1717b95 commit 2721d4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,49 +11,31 @@ jobs:
strategy:
matrix:
include:
- ruby: '2.7'
gemfile: '5.2.7'
couchbase: '6.6.5'
- ruby: '2.7'
gemfile: '5.2.7'
couchbase: '7.1.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: '7.0.0'
couchbase: '6.6.5'
- ruby: '2.7'
gemfile: '7.0.0'
couchbase: '7.1.0'
# ruby 3.0 minimimun required rails 6.0.3
# - ruby: '3.0'
# gemfile: '5.2.7'
# couchbase: '6.6.5'
# - ruby: '3.0'
# gemfile: '5.2.7'
# couchbase: '7.1.0'
- ruby: '3.0'
gemfile: '6.1.7.7'
couchbase: '6.6.5'
- ruby: '3.0'
gemfile: '6.1.7.7'
couchbase: '7.1.0'
- ruby: '3.0'
gemfile: '7.0.0'
couchbase: '6.6.5'
- ruby: '3.0'
gemfile: '7.0.0'
couchbase: '7.1.0'
fail-fast: false
runs-on: ubuntu-20.04
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 python-httplib2
- run: sudo apt-get update && sudo apt-get install libevent-dev libev-dev libtinfo5
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down
4 changes: 2 additions & 2 deletions ci/run_couchbase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ USER=$3
PASSWORD=$4


wget https://packages.couchbase.com/releases/$VERSION/couchbase-server-enterprise_$VERSION-ubuntu20.04_amd64.deb
dpkg -i couchbase-server-enterprise_$VERSION-ubuntu20.04_amd64.deb
wget https://packages.couchbase.com/releases/$VERSION/couchbase-server-enterprise_$VERSION-linux_amd64.deb
dpkg -i couchbase-server-enterprise_$VERSION-linux_amd64.deb
sleep 8
sudo service couchbase-server status
/opt/couchbase/bin/couchbase-cli cluster-init -c 127.0.0.1:8091 --cluster-username=admin --cluster-password=password --cluster-ramsize=320 --cluster-index-ramsize=256 --cluster-fts-ramsize=256 --services=data,index,query,fts
Expand Down

0 comments on commit 2721d4a

Please sign in to comment.