Skip to content

Commit 82872f4

Browse files
committed
CI: Add Ruby 3.0
1 parent 0cbd370 commit 82872f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ jobs:
2121
- 2.5
2222
- 2.6
2323
- 2.7
24+
- 3.0
2425
- head
2526
include:
2627
- { os: windows-latest , ruby: mingw }
2728
- { os: windows-latest , ruby: mswin }
2829
exclude:
30+
- { os: windows-latest , ruby: 3.0 }
2931
- { os: windows-latest , ruby: head }
3032

3133
steps:

0 commit comments

Comments
 (0)