Skip to content

Commit

Permalink
Test Rails 6.x on Ruby 2.6 and set as minimum supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Aug 8, 2024
1 parent 6dc099f commit 754c5df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ jobs:
strategy:
fail-fast: false
matrix:
gemfile: [ rails-6.0, rails-6.1 ]
ruby: [ '2.7' ]
include:
- gemfile: rails-6.0
ruby: '2.6'
- gemfile: rails-6.1
ruby: '2.6'
- gemfile: rails-6.1
ruby: '3.0'
- gemfile: rails-7.0
Expand Down
2 changes: 1 addition & 1 deletion trestle-search.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|

spec.require_paths = ["lib"]

spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/TrestleAdmin/trestle-search"
Expand Down

0 comments on commit 754c5df

Please sign in to comment.