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 1717 - name : Install Ruby ${{ matrix.ruby }}
1818 uses : ruby/setup-ruby@v1
1919 with :
20- ruby-version : " 3.2 "
20+ ruby-version : " 3.3 "
2121 bundler-cache : true
2222 - name : Run Rubocop
2323 run : bundle exec rake rubocop
3333 - ruby : " 3.1"
3434 - ruby : " 3.2"
3535 coverage : " yes"
36+ - ruby : " 3.3"
3637 env :
3738 COVERAGE : ${{ matrix.coverage }}
3839 name : RSpec - Ruby ${{ matrix.ruby }}
You can’t perform that action at this time.
0 commit comments