Skip to content

Commit 37a9663

Browse files
committed
Add support for Ruby 4.0
1 parent a5c63f4 commit 37a9663

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
fail-fast: false
7070
matrix:
7171
ruby:
72+
- '4.0'
7273
- '3.4'
7374
- '3.3'
7475
- '3.2'

.github/workflows/ci_oracle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
ruby:
46+
- '4.0'
4647
- '3.4'
4748
- '3.3'
4849
- '3.2'

0 commit comments

Comments
 (0)