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 0d48e1a commit 0a1cf3bCopy full SHA for 0a1cf3b
.github/workflows/current.yml
@@ -62,15 +62,6 @@ jobs:
62
rubygems: default
63
bundler: default
64
65
- # jruby-9.4, Rails 7.2
66
- # (targets Ruby 3.1 compatibility)
67
- - ruby: "jruby"
68
- appraisal: "rails-7-2"
69
- exec_cmd: "rake test"
70
- gemfile: "Appraisal.root"
71
- rubygems: default
72
- bundler: default
73
-
74
steps:
75
- name: Checkout
76
uses: actions/checkout@v4
.github/workflows/heads.yml
@@ -53,14 +53,6 @@ jobs:
53
54
55
56
- # jruby-head
57
- - ruby: "jruby-head"
58
59
60
61
.github/workflows/jruby.yml
0 commit comments