Skip to content

Commit

Permalink
Merge pull request #515 from kenhys/add-ruby33
Browse files Browse the repository at this point in the history
Add Ruby 3.3 for test matrix
  • Loading branch information
ashie authored Jul 30, 2024
2 parents aa5bbf6 + c481f4c commit d4e1964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.2', '3.1', '3.0' ]
ruby: [ '3.3', '3.2', '3.1', '3.0' ]
os:
- ubuntu-latest
rdkafka_versions:
Expand Down

0 comments on commit d4e1964

Please sign in to comment.