Skip to content

Commit f834097

Browse files
committed
CI against JRuby at GitHub Actions
- CI against JRuby 9.2 as `jruby` and `jruby 9.3.0.0-SNAPSHOT` as `jruby-head` - Workaround for bundle inline added to `remove Gemfile.lock` Refer ruby/rubygems#3796
1 parent b818d53 commit f834097

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
2.6,
1616
2.5,
1717
ruby-head,
18-
ruby-debug
18+
ruby-debug,
19+
jruby,
20+
jruby-head
1921
]
2022
env:
2123
ORACLE_HOME: /usr/lib/oracle/18.5/client64
@@ -64,6 +66,9 @@ jobs:
6466
- name: Run RSpec
6567
run: |
6668
bundle exec rspec
69+
- name: Workaround jruby-head failure by removing Gemfile.lock
70+
run: |
71+
rm Gemfile.lock
6772
- name: Run bug report templates
6873
run: |
6974
ruby guides/bug_report_templates/active_record_gem.rb

0 commit comments

Comments
 (0)