Skip to content

Commit

Permalink
build: Also test on newer mongo versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Mar 7, 2024
1 parent 53654b3 commit fb969c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
ruby-version: ['3.0.4', '3.1.4', '3.3.0']
mongodb-version: ['4.2.14'] #, '6', '7']
mongodb-version: ['4.2.14', '6', '7']
include:
- ruby-version: '3.0.4'
gemfile: Gemfile3
Expand Down

0 comments on commit fb969c2

Please sign in to comment.