Skip to content

Commit

Permalink
Add Ruby 3.2 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn authored Apr 10, 2023
1 parent 15f5da5 commit cc26805
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
strategy:
matrix:
ruby:
- '2.7.0'
- '3.0.0'
- '3.1.0'
- '2.7'
- '3.0'
- '3.1'
- '3.2'

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

0 comments on commit cc26805

Please sign in to comment.