Skip to content

Commit 05ceb5d

Browse files
committed
Fix CI for Ruby 2.7
Signed-off-by: Takuro Ashie <[email protected]>
1 parent 8de7775 commit 05ceb5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
env:
2626
CI: true
2727
run: |
28-
gem install bundler rake
28+
gem install rake
29+
gem install bundler ${{ matrix.ruby == '2.7' && '-v 2.4.22' || '' }}
2930
bundle install --jobs 4 --retry 3
3031
bundle exec rake spec

0 commit comments

Comments
 (0)