We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7a737 commit a537833Copy full SHA for a537833
1 file changed
.github/workflows/ruby.yml
@@ -43,8 +43,8 @@ jobs:
43
strategy:
44
fail-fast: false
45
matrix:
46
- os: [ windows-2019 ]
47
- ruby: [ mswin, mingw, 2.5, 2.4, 2.3, 2.2 ]
+ os: [ windows-2019, windows-2022 ]
+ ruby: [ mswin, mingw, ucrt, head, 3.1, '3.0', 2.5, 2.4, 2.3, 2.2 ]
48
runs-on: ${{ matrix.os }}
49
steps:
50
- name: Checkout
0 commit comments