File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments