Skip to content

Commit

Permalink
feat: test on Ruby 3.1
Browse files Browse the repository at this point in the history
Add support for testing on Ruby 3.1 on CI and update CI config to use latest
patch version of Ruby 3.0
  • Loading branch information
xitij2000 committed Nov 9, 2022
1 parent 41946be commit 53684c1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
ruby-version: ['2.5.7', '3.0.4']
mongodb-version: ['4.2.14']
ruby-version: ['2.5.7', '3.0', '3.1']
mongodb-version: ['4.2']
include:
- ruby-version: 2.5.7
gemfile: Gemfile
allow-failure: false
- ruby-version: 3.0.4
- ruby-version: 3.0
gemfile: Gemfile3
allow-failure: false
- ruby-version: 3.1
gemfile: Gemfile3
allow-failure: false
env:
Expand Down

0 comments on commit 53684c1

Please sign in to comment.