Skip to content

Commit

Permalink
Merge pull request #211 from carrierwaveuploader/rmm/ruby-32
Browse files Browse the repository at this point in the history
Add ruby 3.2 to build matrix
  • Loading branch information
rmm5t authored Jan 20, 2023
2 parents da1a3e2 + 220b76f commit fb33721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
mongodb: [4.4]
ruby: [2.7, 3.0, 3.1]
ruby: [2.7, "3.0", 3.1, 3.2]
gemfile:
- carrierwave-2.1
- carrierwave-2.2
Expand Down

0 comments on commit fb33721

Please sign in to comment.