Skip to content

Commit

Permalink
Add rubies to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 9, 2024
1 parent 84b3b31 commit 27fa0d2
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,10 +26,11 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.2'
- '3.1'
- '3.0'
include:
- ruby: '3.1'
- ruby: '3.3'
coverage: 'true'
fail_on_warnings: 'true'
dry_types_from_main: 'true'
Expand Down

0 comments on commit 27fa0d2

Please sign in to comment.