Skip to content

Commit e18618b

Browse files
dblockclaude
andcommitted
Replace Ruby < 2.7 with Ruby 2.7 in CI.
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 2a348c4 commit e18618b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ jobs:
1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
ruby: [2.5, 2.6, 2.7, 3.0, jruby] # truffleruby
17+
ruby: [2.7, 3.0, jruby] # truffleruby
1818
mongoid: [7]
1919
experimental: [false]
2020
include:
21-
- ruby: 2.3
21+
- ruby: 2.7
2222
mongoid: 3
2323
experimental: false
24-
- ruby: 2.4
24+
- ruby: 2.7
2525
mongoid: 4
2626
experimental: false
27-
- ruby: 2.5
27+
- ruby: 2.7
2828
mongoid: 5
2929
experimental: false
30-
- ruby: 2.6
30+
- ruby: 2.7
3131
mongoid: 6
3232
experimental: false
3333
- ruby: 2.7

0 commit comments

Comments
 (0)