Skip to content

Commit

Permalink
Remove jruby-head for now
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyMcWho committed Apr 7, 2021
1 parent f0e5d42 commit 119a54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos]
jruby: [jruby, jruby-head]
jruby: [jruby] # TODO: Add back jruby-head once we figure out why there's a bundler mismatch
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down

0 comments on commit 119a54d

Please sign in to comment.