Skip to content

Commit c99ee26

Browse files
committed
do not run 4 on win
1 parent 6994037 commit c99ee26

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/unittest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
ruby: [3.1, 3.2, 3.3, 4.0]
42+
# 4.0 is not available on Win env yet.
43+
ruby: [3.1, 3.2, 3.3]
4344

4445
runs-on: windows-latest
4546

0 commit comments

Comments
 (0)