We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b4604 commit 7e3ccbcCopy full SHA for 7e3ccbc
.github/workflows/liquid.yml
@@ -12,7 +12,6 @@ jobs:
12
matrix:
13
entry:
14
- { ruby: 3.3, allowed-failure: false } # minimum supported
15
- - { ruby: 3.4, allowed-failure: false }
16
- { ruby: 3.4, allowed-failure: false, rubyopt: "--yjit" }
17
- { ruby: 4.0, allowed-failure: false } # latest stable
18
- {
@@ -51,7 +50,7 @@ jobs:
51
50
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
52
- uses: ruby/setup-ruby@a25f1e45f0e65a92fcb1e95e8847f78fb0a7197a # v1.273.0
53
with:
54
- bundler-cache: true
+ #bundler-cache: true
55
bundler: latest
56
- run: bundle exec liquid-spec run spec/ruby_liquid.rb --no-max-failures
57
0 commit comments