Skip to content

Commit

Permalink
Add Rails 7.2 and 8.0 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Dec 4, 2024
1 parent d7aff17 commit d003453
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rails_version: [7.1.3.4]
ruby: ["3.1", "3.2", "3.3"]
rails_version: [7.2.2, 8.0.0]
ruby: ["3.2", "3.3"]
include:
- ruby: "3.1"
rails_version: "7.1.5"
env:
RAILS_VERSION: ${{ matrix.rails_version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion arclight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'blacklight', '>= 8.0.0', '< 9'
spec.add_dependency 'gretel'
spec.add_dependency 'rails', '~> 7.0'
spec.add_dependency 'rails', '>= 7.1', '< 9'
spec.add_dependency 'traject', '~> 3.0'
spec.add_dependency 'traject_plus', '~> 2.0'

Expand Down

0 comments on commit d003453

Please sign in to comment.