Skip to content

Commit

Permalink
bring back ruby 2.4 since that broke rubocop builds because of some d…
Browse files Browse the repository at this point in the history
…ependency foobar
  • Loading branch information
grosser committed Nov 22, 2020
1 parent a08cadf commit 1b37534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
image: mysql
strategy:
matrix:
ruby: [ '2.5', '2.6', '2.7' ]
ruby: [ '2.4', '2.5', '2.6', '2.7' ]
name: ${{ matrix.ruby }} rake ${{ matrix.task }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion parallel.gemspec
Expand Up @@ -15,5 +15,5 @@ Gem::Specification.new name, Parallel::VERSION do |s|
}
s.files = `git ls-files lib MIT-LICENSE.txt`.split("\n")
s.license = "MIT"
s.required_ruby_version = '>= 2.5'
s.required_ruby_version = '>= 2.4'
end

0 comments on commit 1b37534

Please sign in to comment.