File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 steps :
99 - uses : actions/checkout@v2
1010
11- - name : Set up Ruby 2.7.2
11+ - name : Set up Ruby 3.3
1212 uses : ruby/setup-ruby@v1
1313 with :
1414 # Not needed with a .ruby-version file
15- ruby-version : 2.7.2
15+ ruby-version : 3.3
1616 # runs 'bundle install' and caches installed gems automatically
1717 bundler-cache : true
1818
Original file line number Diff line number Diff line change @@ -4,19 +4,19 @@ on: [push]
44
55env :
66 RAILS_ENV : test
7- GEMFILE_RUBY_VERSION : 2.7.2
7+ GEMFILE_RUBY_VERSION : 3.3
88
99jobs :
1010 test :
1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v2
1414
15- - name : Set up Ruby 2.7.2
15+ - name : Set up Ruby 3.3
1616 uses : ruby/setup-ruby@v1
1717 with :
1818 # Not needed with a .ruby-version file
19- ruby-version : 2.7.2
19+ ruby-version : 3.3
2020 # runs 'bundle install' and caches installed gems automatically
2121 bundler-cache : true
2222
You can’t perform that action at this time.
0 commit comments