Skip to content

Commit

Permalink
Run CI on ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
koheisg committed Mar 24, 2023
1 parent 941b029 commit da61fc5
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 @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
ruby: [ ruby-2.6, ruby-2.7, ruby-3.0, ruby-3.1 ]
ruby: [ ruby-2.6, ruby-2.7, ruby-3.0, ruby-3.1, ruby-3.2 ]
os: [ ubuntu-latest ]

steps:
Expand Down

0 comments on commit da61fc5

Please sign in to comment.