Skip to content

Commit

Permalink
Update CI to run Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aberkakis authored and smaboshe committed May 23, 2024
1 parent a3ef90d commit f0e60ac
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 @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
rails: ["7.1", "7.0", "6.1"]
ruby: ["3.2", "3.1", "3.0"]
ruby: ["3.3", "3.2", "3.1", "3.0"]
exclude:
- ruby: "3.1"
rails: "7.1"
Expand Down

0 comments on commit f0e60ac

Please sign in to comment.