Skip to content

Conversation

ixti
Copy link

@ixti ixti commented Jun 26, 2025

  • Add Ruby 3.4 to the CI matrix
  • Add Rail 7.2 to the CI matrix
  • Add Rail 8.0 to the CI matrix

Based on 9b27227

Closes: #394

* Add Ruby 3.4 to the CI matrix
* Add Rail 7.2 to the CI matrix
* Add Rail 8.0 to the CI matrix

Based on 9b27227

Co-Authored-By: ohbarye <[email protected]>
ixti added 4 commits June 27, 2025 17:17
    > chruby ruby-3.4
    > ruby -e 'puts({ a: 42, "b" => 161 }.inspect)'
    {a: 42, "b" => 161}

    > chruby ruby-3.3
    > ruby -e 'puts({ a: 42, "b" => 161 }.inspect)'
    {:a=>42, "b"=>161}

    > chruby ruby-3.2
    > ruby -e 'puts({ a: 42, "b" => 161 }.inspect)'
    {:a=>42, "b"=>161}

See: httprb/http#808 (comment)
@ixti ixti force-pushed the add-new-ruby-and-rails branch from 86a8de4 to c865828 Compare June 27, 2025 15:25
@ixti ixti force-pushed the add-new-ruby-and-rails branch from c865828 to 7d13492 Compare June 27, 2025 15:27
@ixti
Copy link
Author

ixti commented Jun 27, 2025

@roidrage I have had to include more changes in order to make suite pass: https://github.com/ixti/lograge/actions/runs/15929967057

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant