Skip to content

Commit ee434e5

Browse files
committed
adjust required ruby version and ruby ci versions
1 parent 9db7721 commit ee434e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
ruby-version: ['3.0', '3.1', '3.2', '3.3', 'head']
21+
ruby-version: ['3.1', '3.2', '3.3', '3.4', '4.0', 'head']
2222
continue-on-error: ${{ matrix.ruby-version == 'head' }}
2323

2424
steps:

fog-core.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
1919
spec.require_paths = ["lib"]
2020

21-
spec.required_ruby_version = ">= 2.0"
21+
spec.required_ruby_version = ">= 3.0"
2222

2323
spec.add_dependency("builder")
2424
spec.add_dependency("excon", "~> 1.0")

0 commit comments

Comments
 (0)