We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6994037 commit c99ee26Copy full SHA for c99ee26
1 file changed
.github/workflows/unittest.yml
@@ -39,7 +39,8 @@ jobs:
39
strategy:
40
fail-fast: false
41
matrix:
42
- ruby: [3.1, 3.2, 3.3, 4.0]
+ # 4.0 is not available on Win env yet.
43
+ ruby: [3.1, 3.2, 3.3]
44
45
runs-on: windows-latest
46
0 commit comments