Skip to content

Commit

Permalink
Adds Ruby 3.2 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein authored and fphilipe committed Jan 15, 2023
1 parent 33287e8 commit a1974ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
ruby:
- '2.7'
- '3.1'
- '3.2'
action_mailer_version:
- 5
- 6
Expand All @@ -34,6 +35,8 @@ jobs:
experimental:
- false
exclude:
- ruby: '3.2'
action_mailer_version: 5
- ruby: '3.1'
action_mailer_version: 5
- action_mailer_version: 5
Expand Down

0 comments on commit a1974ad

Please sign in to comment.