Skip to content

Commit

Permalink
add ruby 3.3 for rails 7.1 into the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Dec 19, 2023
1 parent f678fb9 commit 750aa91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
rails: ["7.1", "7.0", "6.1", "6.0"]
ruby: ["3.2.2", "3.1.4", "3.0.6", "2.7.8"]
include:
- rails: "7.1"
ruby: "3.3"
- rails: "5.2"
ruby: "2.7.8"
- rails: "5.1"
Expand Down

0 comments on commit 750aa91

Please sign in to comment.