Skip to content

Commit

Permalink
Add Rails 8.0 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jan 21, 2025
1 parent 9bb02e4 commit 72db14c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,17 @@ jobs:
strategy:
matrix:
rails_version: [7.1.5.1, 7.2.2.1]
ruby: ["3.1", "3.2", "3.3"]
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 72db14c

Please sign in to comment.