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 15f6135 commit 68cc6feCopy full SHA for 68cc6fe
.github/workflows/ci.yml
@@ -25,22 +25,24 @@ jobs:
25
- macos-latest
26
- windows-latest
27
ruby:
28
- - 3.4
29
- - 3.3
30
- - 3.2
31
- - 3.1
32
- - 3.0
33
- - 2.7
34
- - 2.6
35
- - 2.5
36
- - 2.4
+ - "3.4"
+ - "3.3"
+ - "3.2"
+ - "3.1"
+ - "3.0"
+ - "2.7"
+ - "2.6"
+ - "2.5"
+ - "2.4"
37
- debug
38
include:
39
- { os: windows-latest , ruby: mingw }
40
- { os: windows-latest , ruby: mswin }
41
exclude:
42
- - { os: windows-latest , ruby: 3.0 }
+ - { os: windows-latest , ruby: "3.0" }
43
- { os: windows-latest , ruby: debug }
44
+ - { os: macos-latest , ruby: "2.5" }
45
+ - { os: macos-latest , ruby: "2.4" }
46
47
steps:
48
- uses: actions/checkout@v2
0 commit comments