Skip to content

Commit

Permalink
Merge pull request #99 from fluent/fix-ci-for-ruby-2.7
Browse files Browse the repository at this point in the history
Fix CI for Ruby 2.7
  • Loading branch information
ashie committed Dec 20, 2023
2 parents 8de7775 + 05ceb5d commit 9297c68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
env:
CI: true
run: |
gem install bundler rake
gem install rake
gem install bundler ${{ matrix.ruby == '2.7' && '-v 2.4.22' || '' }}
bundle install --jobs 4 --retry 3
bundle exec rake spec

0 comments on commit 9297c68

Please sign in to comment.