File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1515 - uses : ruby/setup-ruby@v1
1616 with :
1717 bundler-cache : true
18- ruby-version : " 3.2 "
18+ ruby-version : " 3.3 "
1919 - name : Run Danger
2020 run : bundle exec danger
2121 env :
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v4
1919 - uses : ruby/setup-ruby@v1
2020 with :
21- ruby-version : " 3.2 "
21+ ruby-version : " 3.3 "
2222 bundler-cache : true
2323 - run : bundle exec rake confirm_config documentation_syntax_check confirm_documentation
2424
3131 - " 3.0"
3232 - " 3.1"
3333 - " 3.2"
34+ - " 3.3"
3435 - ruby-head
3536 - jruby-9.4
3637 task :
5253 - uses : actions/checkout@v4
5354 - uses : ruby/setup-ruby@v1
5455 with :
55- ruby-version : " 3.2 "
56+ ruby-version : " 3.3 "
5657 bundler-cache : true
5758 - run : bundle exec rake spec
5859
7172 echo "gem 'rubocop', github: 'rubocop-hq/rubocop'" > Gemfile.local
7273 - uses : ruby/setup-ruby@v1
7374 with :
74- ruby-version : " 3.2 "
75+ ruby-version : " 3.3 "
7576 bundler-cache : true
7677 - run : NO_COVERAGE=true bundle exec rake ${{ matrix.task }}
7778
9293 EOF
9394 - uses : ruby/setup-ruby@v1
9495 with :
95- ruby-version : " 3.2 "
96+ ruby-version : " 3.3 "
9697 bundler-cache : true
9798 - run : NO_COVERAGE=true bundle exec rake spec
You can’t perform that action at this time.
0 commit comments