File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 - name : Checkout
3737 uses : actions/checkout@v4
3838 - name : Setup Ruby
39- # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
40- uses : ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
39+ uses : ruby/setup-ruby@v1
4140 with :
42- ruby-version : ' 3.4 ' # Not needed with a .ruby-version file
41+ ruby-version : ' 4.0 ' # Not needed with a .ruby-version file
4342 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
4443 cache-version : 0 # Increment this number if you need to re-download cached gems
4544 - name : Setup Pages
Original file line number Diff line number Diff line change 88 strategy :
99 matrix :
1010 ruby :
11- - " 3.2"
12- - " 3.3"
13- - " 3.4"
11+ - " 3.2" # Mar 2026
12+ - " 3.3" # Mar 2027
13+ - " 3.4" # Mar 2028
14+ - " 4.0" # Mar 2029
1415 steps :
1516 - uses : actions/checkout@v5
1617 - name : Set up Ruby
3536 - name : Set up Ruby
3637 uses : ruby/setup-ruby@v1
3738 with :
38- ruby-version : " 3.4 "
39+ ruby-version : " 4.0 "
3940 bundler-cache : true
4041 - uses : rubygems/release-gem@v1
You can’t perform that action at this time.
0 commit comments