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 fb4025b commit 96d362aCopy full SHA for 96d362a
.github/workflows/maven.yml
@@ -92,6 +92,9 @@ jobs:
92
bundler-cache: 'false' # Need to install later so we can vary from Gemfile.lock as required for JRuby version compatibility
93
bundler: ${{ startsWith(matrix.jruby_version, '9.3') && '2.3.27' || 'Gemfile.lock' }}
94
95
+ - name: Remove jruby-launcher # Coming from setup-ruby/ruby-build and causes annoying warnings
96
+ run: gem uninstall -a jruby-launcher
97
+
98
- name: Run appraisal for ${{ matrix.appraisal }}
99
run: bundle install && bundle exec rake spec
100
0 commit comments