Skip to content

Commit 7e3ccbc

Browse files
committed
test
1 parent e0b4604 commit 7e3ccbc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/liquid.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
matrix:
1313
entry:
1414
- { ruby: 3.3, allowed-failure: false } # minimum supported
15-
- { ruby: 3.4, allowed-failure: false }
1615
- { ruby: 3.4, allowed-failure: false, rubyopt: "--yjit" }
1716
- { ruby: 4.0, allowed-failure: false } # latest stable
1817
- {
@@ -51,7 +50,7 @@ jobs:
5150
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
5251
- uses: ruby/setup-ruby@a25f1e45f0e65a92fcb1e95e8847f78fb0a7197a # v1.273.0
5352
with:
54-
bundler-cache: true
53+
#bundler-cache: true
5554
bundler: latest
5655
- run: bundle exec liquid-spec run spec/ruby_liquid.rb --no-max-failures
5756

0 commit comments

Comments
 (0)