Skip to content

Commit

Permalink
CI: Run on Ruby 3.2 and 3.3 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jun 6, 2024
1 parent 8c0d5bb commit d590c4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- ruby: "3.0"
- ruby: "3.1"
coverage: "yes"
- ruby: "3.2"
- ruby: "3.3"
env:
COVERAGE: ${{ matrix.coverage }}
name: Ruby ${{ matrix.ruby }}
Expand Down

0 comments on commit d590c4c

Please sign in to comment.