Skip to content

Commit

Permalink
Add Ruby 3.3 for test matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Jul 30, 2024
1 parent aa5bbf6 commit c481f4c
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 c481f4c

Please sign in to comment.