File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
2727 - uses : oxidize-rb/actions/setup-ruby-and-rust@v1
2828 with :
29- ruby-version : " 3.4 "
29+ ruby-version : " 4.0 "
3030 rustup-toolchain : " ${{ env.NIGHTLY_VERSION }}"
3131 bundler-cache : true
3232 cargo-cache : true
Original file line number Diff line number Diff line change 4242
4343 - uses : ruby/setup-ruby@v1
4444 with :
45- ruby-version : " 3.4 "
45+ ruby-version : " 4.0 "
4646
4747 - uses : oxidize-rb/actions/cross-gem@v1
4848 id : cross-gem
6666 strategy :
6767 matrix :
6868 os : ["ubuntu-latest"]
69- ruby : ["3.4 "]
69+ ruby : ["4.0 "]
7070 steps :
7171 - uses : actions/checkout@v6
7272
Original file line number Diff line number Diff line change 77 ruby-version :
88 description : " Ruby version to memcheck"
99 required : true
10- default : " 3.4 "
10+ default : " 4.0 "
1111 type : choice
1212 options :
1313 - " head"
14+ - " 4.0"
1415 - " 3.4"
1516 - " 3.3"
1617 - " 3.2"
3839
3940 - uses : oxidize-rb/actions/setup-ruby-and-rust@v1
4041 with :
41- ruby-version : ${{ inputs.ruby-version || '3.4 ' }}
42+ ruby-version : ${{ inputs.ruby-version || '4.0 ' }}
4243 bundler-cache : true
4344 cargo-cache : true
4445 cache-version : v2
Original file line number Diff line number Diff line change 4242
4343 - uses : ruby/setup-ruby@v1
4444 with :
45- ruby-version : " 3.4 "
45+ ruby-version : " 4.0 "
4646
4747 - uses : oxidize-rb/actions/cross-gem@v1
4848 id : cross-gem
7373
7474 - uses : oxidize-rb/actions/setup-ruby-and-rust@v1
7575 with :
76- ruby-version : " 3.4 "
76+ ruby-version : " 4.0 "
7777 bundler-cache : true
7878 cargo-cache : true
7979 cache-version : v1
You can’t perform that action at this time.
0 commit comments