Skip to content

Commit bad29ca

Browse files
committed
Fixup GH action
1 parent cbeff64 commit bad29ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/liquid.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ jobs:
2222
rubyopt: "--enable-frozen-string-literal",
2323
}
2424
- { ruby: 3.4, allowed-failure: false, rubyopt: "--yjit" }
25-
- { ruby: ruby-head, allowed-failure: false }
25+
- { ruby: head, allowed-failure: false }
2626
- {
27-
ruby: ruby-head,
27+
ruby: head,
2828
allowed-failure: false,
2929
rubyopt: "--enable-frozen-string-literal",
3030
}
31-
- { ruby: ruby-head, allowed-failure: false, rubyopt: "--yjit" }
31+
- { ruby: head, allowed-failure: false, rubyopt: "--yjit" }
3232
name: Test Ruby ${{ matrix.entry.ruby }}
3333
steps:
3434
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
35-
- uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235.0
35+
- uses: ruby/setup-ruby@a25f1e45f0e65a92fcb1e95e8847f78fb0a7197a # v1.273.0
3636
with:
3737
ruby-version: ${{ matrix.entry.ruby }}
3838
bundler-cache: true
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
49-
- uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235.0
49+
- uses: ruby/setup-ruby@a25f1e45f0e65a92fcb1e95e8847f78fb0a7197a # v1.273.0
5050
with:
5151
bundler-cache: true
5252
- run: bundle exec rake memory_profile:run

0 commit comments

Comments
 (0)