Skip to content

Commit 7a32573

Browse files
authored
Add Ruby-3.4 support (#808)
1 parent aca5487 commit 7a32573

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
ruby: [ ruby-3.0, ruby-3.1, ruby-3.2, ruby-3.3 ]
19+
ruby: [ ruby-3.0, ruby-3.1, ruby-3.2, ruby-3.3, ruby-3.4 ]
2020
os: [ ubuntu-latest ]
2121

2222
steps:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ the following Ruby versions:
113113
- Ruby 3.1
114114
- Ruby 3.2
115115
- Ruby 3.3
116+
- Ruby 3.4
116117
- JRuby 9.4
117118

118119
If something doesn't work on one of these versions, it's a bug.

0 commit comments

Comments
 (0)