Skip to content

Commit

Permalink
Try adding 3.4 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Oct 29, 2024
1 parent c4a4084 commit 3e5a103
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ jobs:
fail-fast: false
matrix:
ruby:
- "3.4"
- "3.3"
- "3.2"
- "3.1"
- "3.0"
include:
- ruby: "3.2"
- ruby: "3.3"
coverage: "true"
env:
COVERAGE: ${{matrix.coverage}}
Expand Down

0 comments on commit 3e5a103

Please sign in to comment.