Skip to content

Commit 596d8a8

Browse files
authored
Merge pull request #1113 from koic/ci_against_ruby_4_0
Run CI against Ruby 4.0
2 parents cc11b78 + 86977f8 commit 596d8a8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
ruby:
1616
# TODO: curb fails on ruby-head. Re-enable ruby-head once fixed.
1717
# - head
18+
- '4.0'
1819
- '3.4'
1920
- '3.3'
2021
- '3.2'

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Supported Ruby Interpreters
4545
* MRI 3.2
4646
* MRI 3.3
4747
* MRI 3.4
48+
* MRI 4.0
4849
* JRuby
4950

5051
## Installation

0 commit comments

Comments
 (0)