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 bb4754d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,18 @@ 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]
ruby: ["3.2", "3.3"]
additional_engine_cart_rails_options: [""]
include:
- ruby: "3.1"
rails_version: "7.1.5"
- ruby: "3.3"
rails_version: "8.0.0"
additional_engine_cart_rails_options: --css=bootstrap
env:
RAILS_VERSION: ${{ matrix.rails_version }}
ENGINE_CART_RAILS_OPTIONS: "--skip-git --skip-listen --skip-spring --skip-keeps --skip-kamal --skip-solid --skip-coffee --skip-test ${{ matrix.additional_engine_cart_rails_options }}"
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
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 bb4754d

Please sign in to comment.