Skip to content

Commit

Permalink
add rails 7.1 to the build matrix (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Oct 11, 2023
1 parent 7ab87c3 commit ad0d9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rails: ["7.0", "6.1", "6.0"]
rails: ["7.1", "7.0", "6.1", "6.0"]
ruby: ["3.2.2", "3.1.4", "3.0.6", "2.7.8"]
include:
- rails: "5.2"
Expand Down

0 comments on commit ad0d9f7

Please sign in to comment.