Skip to content

Commit

Permalink
Merge pull request #52 from bastelfreak/ruby33
Browse files Browse the repository at this point in the history
CI: Run on Ruby 3.2 and 3.3 as well
  • Loading branch information
bastelfreak authored Jun 7, 2024
2 parents f944438 + d590c4c commit 2aa1ca2
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 2aa1ca2

Please sign in to comment.