Skip to content

Commit 4526148

Browse files
committed
Drop support for dead old versions
1 parent a29fe05 commit 4526148

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ruby: [ '2.6', '2.5', '2.4', '2.3', 'jruby-9.2.11.0', 'jruby-9.1.17.0', 'head' ]
10+
ruby: [ 'head', '3.0', '2.7', '2.6', '2.5', 'jruby-9.2.11.0' ]
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Set up Ruby

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: windows-latest
88
strategy:
99
matrix:
10-
ruby: [ '2.6', '2.5', '2.4' ]
10+
ruby: [ 'head', '3.0', '2.7', '2.6', '2.5' ]
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Set up Ruby

fileutils.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
1818

1919
s.require_path = %w{lib}
2020
s.files = ["LICENSE.txt", "README.md", "Rakefile", "fileutils.gemspec", "lib/fileutils.rb"]
21-
s.required_ruby_version = ">= 2.3.0"
21+
s.required_ruby_version = ">= 2.5.0"
2222

2323
s.authors = ["Minero Aoki"]
2424
s.email = [nil]

0 commit comments

Comments
 (0)