Skip to content

Commit ee81361

Browse files
authored
Merge pull request #2263 from andrehjr/add-newer-rubies-to-ci
Add Ruby 3.2 and head to ubuntu-latest executions
2 parents 15e960b + 9a230c6 commit ee81361

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
# we have to use quotes for '3.0'
3636
- '3.0'
3737
- 3.1
38-
# - head is currently broken due to yard support for 3.2.0-dev
38+
- 3.2
39+
- head
3940
- jruby-9.3.3.0
4041
# - jruby-head
4142
exclude:
@@ -51,6 +52,10 @@ jobs:
5152
ruby: '2.3' # Intermittent failing Expression: RBASIC_CLASS(ret) == rb_cString
5253
- os: windows-latest
5354
ruby: '3.1'
55+
- os: windows-latest
56+
ruby: '3.2'
57+
- os: windows-latest
58+
ruby: 'head'
5459

5560
runs-on: ${{ matrix.os }}
5661
continue-on-error: true

0 commit comments

Comments
 (0)