Skip to content

Commit

Permalink
Add experimental builds to CI (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Aug 11, 2021
1 parent 40a0aac commit 4433a50
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,18 @@ jobs:
- ruby: 2.3
mongoid: 6
experimental: false
- ruby: 2.7
mongoid: HEAD
experimental: true
- ruby: 3.0
mongoid: HEAD
experimental: true
- ruby: head
mongoid: 7
experimental: true
- ruby: head
mongoid: HEAD
experimental: true
- ruby: jruby-head
mongoid: 7
experimental: true
Expand Down

0 comments on commit 4433a50

Please sign in to comment.