Skip to content

Commit

Permalink
Merge pull request #225 from fluent/add-ci-for-ruby-3.3
Browse files Browse the repository at this point in the history
CI: Add Ruby 3.3
  • Loading branch information
ashie authored Aug 2, 2024
2 parents 811aaed + c0e900d commit c0b11aa
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 @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.2', '3.1', '3.0', '2.7' ]
ruby: [ '3.3', '3.2', '3.1', '3.0', '2.7' ]
os:
- ubuntu-latest
experimental: [false]
Expand Down

0 comments on commit c0b11aa

Please sign in to comment.