Skip to content

Commit

Permalink
Adds Ruby 3.3 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wonda-tea-coffee committed Jun 17, 2024
1 parent a1974ad commit 4c7bc07
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 4c7bc07

Please sign in to comment.