Skip to content

Commit

Permalink
Merge pull request #797 from aycabta/fix-ci-failure
Browse files Browse the repository at this point in the history
Fix CI falures, JRuby on Linux and Ruby on Windows
  • Loading branch information
aycabta authored Mar 15, 2021
2 parents a7647c1 + f308e98 commit 3c7834d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ 'jruby-9.2', 'head', '3.0', '2.7', '2.6', '2.5', '2.4' ]
ruby: [ 'jruby-9.2.14.0', 'head', '3.0', '2.7', '2.6', '2.5', '2.4' ]
steps:
- uses: actions/checkout@master
- name: Set up Ruby
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
- name: Set up Bundler
run: gem install bundler --no-document
run: gem install bundler --no-document --force
- name: Install dependencies
run: bundle install
- name: Run test
Expand Down

0 comments on commit 3c7834d

Please sign in to comment.