Skip to content

Commit 41e2633

Browse files
authored
Drop support for Ruby 3.0 (#357)
1 parent 08c7414 commit 41e2633

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
ruby: ['3.0', '3.1', '3.2', '3.3', 'jruby-9.4']
18+
ruby: ['3.1', '3.2', '3.3', 'jruby-9.4']
1919
env:
2020
BUNDLE_WITHOUT: optional
2121
steps:

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.6
1+
3.1.6

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
java adoptopenjdk-18.0.1+10
2-
ruby 3.0.6
2+
ruby 3.1.6

Gemfile.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ PATH
33
specs:
44
ruby-units (4.1.0)
55

6-
76
GEM
87
remote: https://rubygems.org/
98
specs:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,10 @@ calculations. This in turn can have a negative impact on performance. The design
317317
of ruby-units has emphasized accuracy over speed. YMMV if you are doing a lot of
318318
math involving units.
319319

320+
## Support Policy
321+
322+
Only currently maintained versions of ruby and jruby are supported.
323+
320324
## License
321325

322326
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Folbrich%2Fruby-units.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Folbrich%2Fruby-units?ref=badge_large)

0 commit comments

Comments
 (0)