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.
2 parents fa43c6f + b4b1e2c commit 887dafcCopy full SHA for 887dafc
.github/workflows/ci.yml
@@ -29,8 +29,6 @@ jobs:
29
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
30
include:
31
- { os: windows-latest , ruby: mswin } # ruby/ruby windows CI
32
- - { os: ubuntu-latest , ruby: jruby-9.1 } # Ruby 2.3
33
- - { os: ubuntu-latest , ruby: jruby-9.2 } # Ruby 2.5
34
- { os: ubuntu-latest , ruby: jruby-9.3 } # Ruby 2.7
35
- { os: ubuntu-latest , ruby: jruby-9.4 } # Ruby 3.1
36
- { os: macos-latest , ruby: truffleruby-head }
0 commit comments