Skip to content

Commit

Permalink
Continuous Integration: Add Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfstr committed Dec 31, 2023
1 parent a05ee4d commit 2265fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
ruby-version: ['3.1', '3.0', '2.7', truffleruby]
ruby-version: ['3.2', '3.1', '3.0', '2.7', truffleruby]
# conformance require perl because of that we
# only run unit tests on windows
include:
Expand Down

0 comments on commit 2265fa2

Please sign in to comment.