Skip to content

Commit

Permalink
Add ruby 3.2 to github workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mico authored and ronaldtse committed Jul 26, 2023
1 parent 4f93940 commit de93867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.1', '3.0', '2.7', '2.6' ]
ruby: [ '3.2', '3.1', '3.0', '2.7', '2.6' ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
experimental: [ false ]
steps:
Expand Down

0 comments on commit de93867

Please sign in to comment.