Skip to content

Commit

Permalink
Just for fun, let's test against Ruby 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
evanleck committed Sep 19, 2023
1 parent cf9fbb7 commit 73e1c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
min_version: 2.7
min_version: 2.5

test:
needs: ruby-versions
Expand Down
2 changes: 1 addition & 1 deletion berns.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.description = spec.summary
spec.homepage = 'https://github.com/evanleck/berns'
spec.license = 'MIT'
spec.required_ruby_version = '>= 2.7.0'
spec.required_ruby_version = '>= 2.5.0'
spec.required_rubygems_version = '>= 2.0'

spec.files = Dir['ext/**/*', 'lib/**/*', 'README.md', 'LICENSE.txt']
Expand Down

0 comments on commit 73e1c2f

Please sign in to comment.