File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 if : github.repository_owner == 'voxpupuli'
1212 steps :
1313 - uses : actions/checkout@v4
14- - name : Install Ruby 3.2
14+ - name : Install Ruby 3.3
1515 uses : ruby/setup-ruby@v1
1616 with :
17- ruby-version : ' 3.2 '
17+ ruby-version : ' 3.3 '
1818 env :
1919 BUNDLE_WITHOUT : release
2020 - name : Build gem
Original file line number Diff line number Diff line change 1919 - name : Install Ruby ${{ matrix.ruby }}
2020 uses : ruby/setup-ruby@v1
2121 with :
22- ruby-version : " 3.2 "
22+ ruby-version : " 3.3 "
2323 bundler-cache : true
2424 - name : Run Rubocop
2525 run : bundle exec rake rubocop
3434 - ruby : ' 3.0'
3535 - ruby : ' 3.1'
3636 - ruby : ' 3.2'
37+ - ruby : ' 3.3'
3738 coverage : ' yes'
3839 env :
3940 COVERAGE : ${{ matrix.coverage }}
You can’t perform that action at this time.
0 commit comments