We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d197a3 commit b8f9e6dCopy full SHA for b8f9e6d
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
os: [ubuntu-20.04, macos-latest, windows-2019]
12
# 3.0 is interpreted as 3
13
- ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7, "3.0", 3.1, 3.2]
+ ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7, "3.0", 3.1, 3.2, 3.3]
14
exclude:
15
- { os: windows-2019, ruby: 2.2 }
16
- { os: windows-2019, ruby: 2.3 }
0 commit comments