Implement logic for stringify Hashes to keep compat with 3.4 (#1892)

* Exploring

* Bump to v5.6.5

---------

Co-authored-by: Dominic Petrick <[email protected]>
This commit is contained in:
Ian Ker-Seymer
2025-01-15 16:36:53 -05:00
committed by GitHub
co-authored by Dominic Petrick
parent ecf25ea83d
commit 4b65a28722
6 changed files with 226 additions and 36 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- { ruby: 3.0, allowed-failure: false } # minimum supported
- { ruby: 3.2, allowed-failure: false }
- { ruby: 3.3, allowed-failure: false }
- { ruby: "3.4.0-rc1", allowed-failure: false } # latest
- { ruby: 3.4, allowed-failure: false } # latest
- { ruby: ruby-head, allowed-failure: false }
name: Test Ruby ${{ matrix.entry.ruby }}
steps: