Skip to content

Commit

Permalink
Add to Ruby version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
eval authored Feb 4, 2025
1 parent b3188c8 commit d4832d5
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,8 +13,13 @@ jobs:
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
# aim: all not EOL (https://www.ruby-lang.org/en/downloads/branches/)
ruby:
- '3.4.1'
- '3.1'
- '3.2'
- '3.3'
- '3.4'
- 'head'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d4832d5

Please # to comment.