Implement logic for stringify Hashes to keep compat with 3.4

This commit is contained in:
Ian Ker-Seymer
2025-01-14 18:27:54 -05:00
parent c2530b233b
commit 8c89e6a0dd
5 changed files with 223 additions and 64 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: