mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Remove jruby-head for now
This commit is contained in:
parent
f0e5d42290
commit
119a54d7fb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue