Skip to content

Commit c80eda4

Browse files
dblockclaude
andcommitted
Remove Ruby 2.6 from testing, use Ruby 2.7 instead.
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 5bd9b34 commit c80eda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
entry:
10-
- { ruby: '2.6', mongodb: '4.4', gemfile: 'mongoid_4', bundler: '1.17.3' }
10+
- { ruby: '2.7', mongodb: '4.4', gemfile: 'mongoid_4', bundler: '1.17.3' }
1111
- { ruby: '2.7', mongodb: '4.4', gemfile: 'mongoid_5', bundler: '1.17.3' }
1212
- { ruby: '2.7', mongodb: '4.4', gemfile: 'mongoid_6', bundler: '2.4.19' }
1313
- { ruby: '2.7', mongodb: '4.4', gemfile: 'mongoid_7', bundler: '2.4.19' }

0 commit comments

Comments
 (0)