Skip to content

Commit

Permalink
Add Ruby 3.4 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tricknotes committed Jan 13, 2025
1 parent 8ad107b commit 81e00f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
include:
- ruby: "3.3"
rails: "8.0"
- ruby: "3.3"
- ruby: "3.4"
rails: "8.0"
- ruby: "3.4"
rails: "main"

env:
Expand Down

0 comments on commit 81e00f7

Please sign in to comment.