Skip to content

Commit

Permalink
build: Build with newer ruby and mongo versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Feanil Patel committed Feb 22, 2024
1 parent ac710bf commit 38f515e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
ruby-version: ['3.0.4']
mongodb-version: ['4.2.14']
ruby-version: ['3.0.4', '3.1.4']
mongodb-version: ['4.2.14'] #, '6', '7']
include:
- ruby-version: 3.0.4
gemfile: Gemfile3
- gemfile: Gemfile3
allow-failure: false
env:
SEARCH_SERVER_ES7: http://localhost:9200
Expand Down

0 comments on commit 38f515e

Please sign in to comment.