mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
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:
co-authored by
Dominic Petrick
parent
ecf25ea83d
commit
4b65a28722
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user