Skip to content

Commit 3c7834d

Browse files
authored
Merge pull request #797 from aycabta/fix-ci-failure
Fix CI falures, JRuby on Linux and Ruby on Windows
2 parents a7647c1 + f308e98 commit 3c7834d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ruby: [ 'jruby-9.2', 'head', '3.0', '2.7', '2.6', '2.5', '2.4' ]
10+
ruby: [ 'jruby-9.2.14.0', 'head', '3.0', '2.7', '2.6', '2.5', '2.4' ]
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Set up Ruby

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
ruby-version: ${{ matrix.ruby }}
1717
- name: Set up Bundler
18-
run: gem install bundler --no-document
18+
run: gem install bundler --no-document --force
1919
- name: Install dependencies
2020
run: bundle install
2121
- name: Run test

0 commit comments

Comments
 (0)