Skip to content

Commit

Permalink
[CI] Use Ruby 3.0-3.3, head
Browse files Browse the repository at this point in the history
  • Loading branch information
David Crosby committed Dec 13, 2024
1 parent 3beeac1 commit c9b5e3c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ jobs:
BUNDLE_WITH: development
strategy:
matrix:
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1']
ruby-version:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- head
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down

0 comments on commit c9b5e3c

Please sign in to comment.