Skip to content

Commit 4b85495

Browse files
committed
Don't support Ruby 2.5. Added list of supported versions to Readme.
1 parent 5953096 commit 4b85495

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- '3.0'
2020
- '2.7'
2121
- '2.6'
22-
- '2.5'
2322
- jruby
2423
continue-on-error: ${{ matrix.ruby == 'head' }}
2524
name: Ruby ${{ matrix.ruby }}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ Supported HTTP libraries
4040

4141
Supported Ruby Interpreters
4242
---------------------------
43-
44-
* MRI 2.5
4543
* MRI 2.6
4644
* MRI 2.7
45+
* MRI 3.0
46+
* MRI 3.1
47+
* MRI 3.2
4748
* JRuby
48-
* Rubinius
4949

5050
## Installation
5151

0 commit comments

Comments
 (0)