Skip to content

Commit

Permalink
Merge pull request #293 from wonda-tea-coffee/add-ruby3.3-to-ci
Browse files Browse the repository at this point in the history
Adds Ruby 3.3 to the CI matrix
  • Loading branch information
fphilipe authored Jun 17, 2024
2 parents a1974ad + 4c7bc07 commit 845e687
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- '2.7'
- '3.1'
- '3.2'
- '3.3'
action_mailer_version:
- 5
- 6
Expand All @@ -35,6 +36,10 @@ jobs:
experimental:
- false
exclude:
- ruby: '3.3'
action_mailer_version: 5
- ruby: '3.3'
action_mailer_version: 6
- ruby: '3.2'
action_mailer_version: 5
- ruby: '3.1'
Expand Down

0 comments on commit 845e687

Please sign in to comment.