Skip to content

Commit

Permalink
Add Ruby 3.2 to CI matrix
Browse files Browse the repository at this point in the history
* Ruby 3.2 has been out for a while and it is helpful to know if this gem is compatible
* https://www.ruby-lang.org/en/downloads/releases/
  • Loading branch information
jessieay authored and simi committed May 24, 2023
1 parent da78105 commit 69872e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- "2.7"
- "3.0"
- "3.1"
- "3.2"
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down

0 comments on commit 69872e7

Please sign in to comment.