Skip to content

Commit

Permalink
Update test ruby version to 3.0
Browse files Browse the repository at this point in the history
Also update minimal ruby version
  • Loading branch information
Tobias Schoknecht committed Feb 6, 2024
1 parent 91399a6 commit 9823d8a
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 @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
ruby-version: ['2.7']
ruby-version: ['3.0']
gemfile:
- gemfiles/Gemfile-activemodel-5.0.x
- gemfiles/Gemfile-activemodel-5.1.x
Expand Down
2 changes: 1 addition & 1 deletion sps_king.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ['lib']

s.required_ruby_version = '>= 2.7'
s.required_ruby_version = '>= 3.0'

s.add_runtime_dependency 'activemodel', '>= 5.0'
s.add_runtime_dependency 'nokogiri'
Expand Down

0 comments on commit 9823d8a

Please sign in to comment.