Skip to content

Commit b5c1d98

Browse files
markhallenclaude
andcommitted
chore: drop Ruby 3.1, add 3.4 to CI matrix
Ruby 3.1 reached EOL March 2025. Update CI matrix to 3.2, 3.3, 3.4 and bump RuboCop TargetRubyVersion to 3.2. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0bff86a commit b5c1d98

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
ruby-version: ['3.1', '3.2', '3.3']
17+
ruby-version: ['3.2', '3.3', '3.4']
1818

1919
steps:
2020
- uses: actions/checkout@v4

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins:
88
- rubocop-rake
99

1010
AllCops:
11-
TargetRubyVersion: 3.1
11+
TargetRubyVersion: 3.2
1212
NewCops: enable
1313
Exclude:
1414
- "vendor/**/*"

0 commit comments

Comments
 (0)