Skip to content

Commit

Permalink
Test on the latest rails releases (#3000)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne authored Jan 11, 2024
1 parent 140b56d commit f04ee7c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@ jobs:
name: test (ruby ${{ matrix.ruby }} / rails ${{ matrix.rails_version }} / blacklight ${{ matrix.blacklight_version }} ${{ matrix.additional_name }})
strategy:
matrix:
rails_version: ['7.0.4.1']
rails_version: ['7.0.8']
ruby: ['3.1', '3.2']
bootstrap_version: ['~> 4.0']
blacklight_version: ['latest']
additional_engine_cart_rails_options: ['']
additional_name: ['']
include:
- rails_version: '6.1.7.1'
- rails_version: '6.1.7.6'
ruby: '3.0'
blacklight_version: '7.33.1'
bootstrap_version: ~> 4.0
- rails_version: '6.1.7.1'
- rails_version: '6.1.7.6'
ruby: '2.7'
blacklight_version: '7.33.1'
bootstrap_version: ~> 4.0
- rails_version: '7.0.4.1'
- rails_version: '7.0.8'
ruby: '3.1'
blacklight_version: '8.0.0'
bootstrap_version: ~> 4.0
- rails_version: '7.0.4.1'
- rails_version: '7.0.8'
ruby: '3.2'
blacklight_version: '8.0.0'
bootstrap_version: ~> 4.0
Expand Down

0 comments on commit f04ee7c

Please sign in to comment.