We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82872f4 commit fb263d0Copy full SHA for fb263d0
1 file changed
.github/workflows/ci.yml
@@ -22,13 +22,13 @@ jobs:
22
- 2.6
23
- 2.7
24
- 3.0
25
- - head
+ - debug
26
include:
27
- { os: windows-latest , ruby: mingw }
28
- { os: windows-latest , ruby: mswin }
29
exclude:
30
- { os: windows-latest , ruby: 3.0 }
31
- - { os: windows-latest , ruby: head }
+ - { os: windows-latest , ruby: debug }
32
33
steps:
34
- uses: actions/checkout@v2
0 commit comments