Skip to content

Commit e416076

Browse files
committed
Try without ruby-head
1 parent cbeff64 commit e416076

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/liquid.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ jobs:
2222
rubyopt: "--enable-frozen-string-literal",
2323
}
2424
- { ruby: 3.4, allowed-failure: false, rubyopt: "--yjit" }
25-
- { ruby: ruby-head, allowed-failure: false }
26-
- {
27-
ruby: ruby-head,
28-
allowed-failure: false,
29-
rubyopt: "--enable-frozen-string-literal",
30-
}
31-
- { ruby: ruby-head, allowed-failure: false, rubyopt: "--yjit" }
3225
name: Test Ruby ${{ matrix.entry.ruby }}
3326
steps:
3427
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

0 commit comments

Comments
 (0)