Skip to content

Commit

Permalink
deprecate ruby 2.5 support (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
samrjenkins committed Jan 5, 2022
1 parent 1ecea8b commit 8c40b24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu, macos, windows ]
ruby: [ '2.5', '2.6', '2.7', '3.0', 'head' ]
ruby: [ '2.6', '2.7', '3.0', '3.1', 'head' ]
steps:
- name: windows misc
if: matrix.os == 'windows'
Expand Down
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
AllCops:
NewCops: enable
TargetRubyVersion: 2.6
Gemspec/RequiredRubyVersion:
Enabled: false
Layout/EndOfLine:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ script:
We aim for yalphabetize to be compatible with all actively maintained Ruby versions.

We currently support:
- MRI 2.5+
- MRI 2.6+

## Known issues
- Yalphabetize cannot currently preserve comments while automatically alphabetising a YAML file. Comments will have to be replaced after the alphabetisation.
Expand Down

0 comments on commit 8c40b24

Please sign in to comment.