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 9417e55 commit 650b9c2Copy full SHA for 650b9c2
.github/workflows/test.yml
@@ -25,6 +25,8 @@ jobs:
25
- windows-latest
26
exclude:
27
- { runs-on: macos-latest, ruby-version: "2.5" }
28
+ # Can't mix newer Psych and old RubyGems/Bundler
29
+ - { runs-on: ubuntu-latest, ruby-version: "2.5" }
30
- { runs-on: windows-latest, ruby-version: "3.1" }
31
- { runs-on: windows-latest, ruby-version: debug }
32
include:
@@ -55,6 +57,8 @@ jobs:
55
57
56
58
59
60
61
62
63
64
0 commit comments