Skip to content

Commit

Permalink
- Drop support for Ruby < 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Mar 5, 2022
1 parent 6860be0 commit 23f8a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
matrix: { ruby: ['2.4', '2.5', '2.6', '2.7', '3.0'] }
matrix: { ruby: ['2.6', '2.7', '3.0', '3.1'] }

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion runfile.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.executables = ["run", "run!"]
s.homepage = 'https://github.com/DannyBen/runfile'
s.license = 'MIT'
s.required_ruby_version = ">= 2.4.0"
s.required_ruby_version = ">= 2.6.0"

s.metadata = {
"homepage_uri" => "https://github.com/DannyBen/runfile",
Expand Down

0 comments on commit 23f8a27

Please sign in to comment.