Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
rails_version: [7.1.3.2]
  • Loading branch information
ewlarson committed Apr 26, 2024
1 parent 740e3dd commit 0c860e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
ruby_version: ['3.2', '3.3']
rails_version: [7.0.8, 7.1.3.2]
rails_version: [7.1.3.2]

name: Test Blacklight / Ruby ${{ matrix.ruby_version }} / Rails ${{ matrix.rails_version }}
steps:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
strategy:
matrix:
ruby_version: ['3.2', '3.3']
rails_version: [7.0.8, 7.1.3.2]
rails_version: [7.1.3.2]

name: Test GeoBlacklight / Ruby ${{ matrix.ruby_version }} / Rails ${{ matrix.rails_version }}
steps:
Expand Down

0 comments on commit 0c860e1

Please sign in to comment.