Skip to content

Commit

Permalink
Update CI configuration to use Ruby 3.4 and remove Ruby 3.0 from the …
Browse files Browse the repository at this point in the history
…matrix
  • Loading branch information
flash-gordon committed Dec 30, 2024
1 parent 8c88094 commit d016b77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
- "3.3"
- "3.2"
- "3.1"
- "3.0"
include:
- ruby: "3.2"
- ruby: "3.4"
coverage: "true"
env:
COVERAGE: ${{matrix.coverage}}
Expand Down

0 comments on commit d016b77

Please sign in to comment.