Skip to content

Commit ca3e57d

Browse files
authored
ci: bump ruby version (#23)
* ci: bump ruby version * ci: bump os to latest * gem: bump min ruby to 3
1 parent dada2fb commit ca3e57d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: github/codeql-action/analyze@v3
3636
- uses: ruby/setup-ruby@v1
3737
with:
38-
ruby-version: '3.2'
38+
ruby-version: '3.3'
3939
bundler-cache: true
4040
- name: "Run rufo code formatting checks"
4141
run: |

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: ['ubuntu-22.04', 'macos-12']
19-
ruby: ['3.0', '3.1', '3.2']
18+
os: ['ubuntu-latest', 'macos-latest']
19+
ruby: ['3.0', '3.2', '3.3']
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: MacOs Dependencies

omniauth-ethereum.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
2323

2424
spec.platform = Gem::Platform::RUBY
25-
spec.required_ruby_version = ">= 2.7", "< 4.0"
25+
spec.required_ruby_version = ">= 3.0", "< 4.0"
2626

2727
# OmniAuth is what this strategy is providing
2828
spec.add_dependency "omniauth", "~> 2.1"

0 commit comments

Comments
 (0)