Skip to content

Commit 6ba7afa

Browse files
committed
Bump minimum version to Ruby 3.1
1 parent 7bd06b9 commit 6ba7afa

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
ruby-version: ["3.0", "3.1", "3.2", "3.3"]
16+
ruby-version: ["3.1", "3.2", "3.3"]
1717
cldr-version: [41]
1818

1919
steps:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4646
- Use `snake_case` for key names unless they are an external identifier, [#207](https://github.com/ruby-i18n/ruby-cldr/pull/207)
4747
- Add `WeekData` component, [#229](https://github.com/ruby-i18n/ruby-cldr/pull/229)
4848
- Drop support for Ruby 2, [#265](https://github.com/ruby-i18n/ruby-cldr/pull/265)
49+
- Drop support for Ruby 3.0, [#268](https://github.com/ruby-i18n/ruby-cldr/pull/268)
4950

5051
---
5152

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ There are still a number of issues that need to be addressed before it can be co
1616

1717
## Requirements
1818

19-
* Ruby 3.0+
19+
* Ruby 3.1+
2020
* [Thor](http://whatisthor.com/)
2121

2222
## Installation

0 commit comments

Comments
 (0)