Skip to content

Commit

Permalink
Bump rails versions in test matrix
Browse files Browse the repository at this point in the history
- 5.2.8.1 is the most recent (and last) release in the 5.x line.
- 6.0.3.7 is the most recent release in the 6.0.x line.
- 6.1.7.6 is the most recent release in the 6.1.x line.
- 7.0.8 is the most recent release in the 7.0.x line.
  • Loading branch information
koppen committed Dec 1, 2023
1 parent 5c63582 commit cfaceb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rails-version: ['5.2.5', '6.0.3.6', '6.1.3.1', '7.0.5', '7.1.2', 'main']
rails-version: ['5.2.8.1', '6.0.3.7', '6.1.7.6', '7.0.8', '7.1.2', 'main']
ruby-version: ['2.7', '3.0', '3.1', '3.2']
exclude:
- rails-version: '5.2.5'
Expand Down

0 comments on commit cfaceb8

Please sign in to comment.