Skip to content

Commit

Permalink
Update CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer authored and jcoyne committed Aug 19, 2024
1 parent 2c2b92a commit 1ed0bce
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,14 @@ jobs:
strategy:
matrix:
ruby: ['3.2']
rails_version: ['7.1.3']
rails_version: ['7.1.3', '7.2.0']
blacklight_version: ['~> 8.1']
experimental: [false]
include:
- ruby: '2.7'
rails_version: '6.1.7.6'
blacklight_version: '~> 7.0'
experimental: false
- ruby: '3.0'
rails_version: '7.0.8'
blacklight_version: '~> 7.0'
experimental: false
- ruby: '3.1'
rails_version: '7.0.8'
blacklight_version: '~> 8.1'
Expand Down

0 comments on commit 1ed0bce

Please sign in to comment.