We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1ad04 commit 54bcf65Copy full SHA for 54bcf65
.github/workflows/ruby.yml
@@ -86,7 +86,7 @@ jobs:
86
strategy:
87
fail-fast: false
88
matrix:
89
- ruby: [2.6, 2.7, "3.0"]
+ ruby: [2.6, 2.7, "3.0", "3.1", "3.2"]
90
91
runs-on: windows-latest
92
0 commit comments