Skip to content

Commit 6cb140f

Browse files
committed
Add Ruby v4.0 to external tests.
1 parent bc74e65 commit 6cb140f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test-external.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-latest]
14-
ruby: ['3.3', '3.4']
14+
ruby: ['3.3', '3.4', '4.0']
1515

1616
runs-on: ${{matrix.os}}
1717
env:

.github/workflows/test.yaml

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

0 commit comments

Comments
 (0)