Skip to content

Commit

Permalink
deprecate travis, refine GH Actions builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenenglish committed Nov 8, 2024
1 parent 0dc2d0c commit b33b146
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["3.1", "3.2"]
rails_version: ["7.0.8.4", "7.2.1.2"]
ruby-version: ["3.3"]
rails_version: ["7.0.8.4", "7.1.3.4", "7.2.1.2"]
include:
- ruby-version: '3.1'
rails_version: "7.0.8.4"
- ruby-version: '3.2'
rails_version: "7.2.1.2"
- ruby-version: "3.1"
rails_version: "6.1.7.8"
env:
ENGINE_CART_RAILS_OPTIONS: "--skip-git --skip-listen --skip-spring --skip-keeps --skip-coffee --skip-test"
steps:
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions blacklight_iiif_search.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Gem::Specification.new do |s|
s.metadata["homepage_uri"] = s.homepage
s.metadata["source_code_uri"] = s.homepage

s.required_ruby_version = '>= 2.7'

s.add_dependency 'rails', '>= 6.1', '< 8'
s.add_dependency 'blacklight', '~> 8.0'
s.add_dependency 'iiif-presentation'
Expand Down

0 comments on commit b33b146

Please sign in to comment.