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 b1cc126 commit 502b83bCopy full SHA for 502b83b
.github/workflows/ci.yml
@@ -34,14 +34,12 @@ jobs:
34
- { os: ubuntu-latest , ruby: 3.4, env: "JSON_DEBUG=1" }
35
- { os: macos-13, ruby: 3.4 }
36
- { os: windows-latest , ruby: mswin } # ruby/ruby windows CI
37
+ - { os: macos-latest , ruby: jruby-9.4 } # Ruby 3.1
38
- { os: ubuntu-latest , ruby: jruby-9.4 } # Ruby 3.1
39
- { os: macos-latest , ruby: truffleruby-head }
40
- { os: ubuntu-latest , ruby: truffleruby-head }
- exclude:
41
- - { os: windows-latest, ruby: jruby }
42
- - { os: windows-latest, ruby: jruby-head }
43
44
- steps:
+ steps:
45
- uses: actions/checkout@v5
46
47
- name: Set up Ruby
0 commit comments