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 24a61db commit 9aede54Copy full SHA for 9aede54
.github/workflows/test.yml
@@ -31,6 +31,7 @@ jobs:
31
- { os: windows-2022, ruby: mswin }
32
- { os: windows-2022, ruby: ucrt }
33
exclude:
34
+ - { os: ubuntu-22.04, ruby: '2.2' } # https://github.com/ruby/setup-ruby/issues/496
35
- { os: windows-2019, ruby: '1.9' }
36
- { os: windows-2019, ruby: '3.3' }
37
- { os: windows-2019, ruby: debug }
0 commit comments