Skip to content

Commit

Permalink
Fix CI for Ruby 2.7
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
  • Loading branch information
ashie committed Dec 20, 2023
1 parent 8de7775 commit 05ceb5d
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 05ceb5d

Please sign in to comment.