Skip to content

Commit

Permalink
Add Ruby 3.3.0 to CI build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nakamura145 committed Dec 29, 2023
1 parent f678fb9 commit fa04ba9
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 @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
rails: ["7.1", "7.0", "6.1", "6.0"]
ruby: ["3.2.2", "3.1.4", "3.0.6", "2.7.8"]
ruby: ["3.3.0", "3.2.2", "3.1.4", "3.0.6", "2.7.8"]
include:
- rails: "5.2"
ruby: "2.7.8"
Expand Down

0 comments on commit fa04ba9

Please sign in to comment.