Skip to content

Commit

Permalink
Add Rails 7.2 and 8.0 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Dec 4, 2024
1 parent d7aff17 commit fe62fa1
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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rails_version: [7.1.3.4]
rails_version: [7.1.5, 7.2.2, 8.0.0]
ruby: ["3.1", "3.2", "3.3"]
env:
RAILS_VERSION: ${{ matrix.rails_version }}
Expand Down

0 comments on commit fe62fa1

Please sign in to comment.