Skip to content

Commit 9297c68

Browse files
authored
Merge pull request #99 from fluent/fix-ci-for-ruby-2.7
Fix CI for Ruby 2.7
2 parents 8de7775 + 05ceb5d commit 9297c68

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)