Skip to content

Commit 176f468

Browse files
committed
Add Ruby v4.0 to the test matrix.
1 parent 2856934 commit 176f468

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ jobs:
2222
- '3.2'
2323
- '3.3'
2424
- '3.4'
25+
- '4.0'
2526
- jruby-head
2627
- truffleruby-head
2728
include:
2829
- os: macos-latest
29-
ruby: '3.1'
30+
ruby: '4.0'
3031
runs-on: ${{matrix.os}}
3132
env:
3233
CI: spec

0 commit comments

Comments
 (0)