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 2649b89 commit 9ad75feCopy full SHA for 9ad75fe
.github/workflows/test.yml
@@ -30,9 +30,8 @@ jobs:
30
- { os: windows-latest, ruby: jruby-head }
31
- { os: macos-latest, ruby: jruby-head }
32
- { os: ubuntu-latest, ruby: jruby-head }
33
- # Needs truffleruby-head for (base) Data#initialize (which truffleruby 25.0 does not have)
34
- - { os: ubuntu-latest, ruby: truffleruby-head }
35
- - { os: macos-latest, ruby: truffleruby-head }
+ - { os: ubuntu-latest, ruby: truffleruby }
+ - { os: macos-latest, ruby: truffleruby }
36
- { os: windows-latest, ruby: ucrt }
37
- { os: windows-latest, ruby: mingw }
38
- { os: windows-latest, ruby: mswin }
0 commit comments