File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v6
1919 - uses : ruby/setup-ruby@v1
2020 with :
21- ruby-version : " 4.0 "
21+ ruby-version : ruby
2222 bundler-cache : true
2323 - run : bundle exec rake confirm_config documentation_syntax_check confirm_documentation
2424
5555 - uses : actions/checkout@v6
5656 - uses : ruby/setup-ruby@v1
5757 with :
58- ruby-version : " 4.0 "
58+ ruby-version : ruby
5959 bundler-cache : true
6060 - run : bundle exec rake spec
6161
7474 echo "gem 'rubocop', github: 'rubocop/rubocop'" > Gemfile.local
7575 - uses : ruby/setup-ruby@v1
7676 with :
77- ruby-version : " 4.0 "
77+ ruby-version : ruby
7878 bundler-cache : true
7979 - run : NO_COVERAGE=true bundle exec rake ${{ matrix.task }}
8080
9494 echo "gem 'rubocop-rspec', github: 'rubocop/rubocop-rspec'" > Gemfile.local
9595 - uses : ruby/setup-ruby@v1
9696 with :
97- ruby-version : " 4.0 "
97+ ruby-version : ruby
9898 bundler-cache : true
9999 - run : NO_COVERAGE=true bundle exec rake ${{ matrix.task }}
100100
@@ -115,6 +115,6 @@ jobs:
115115 EOF
116116 - uses : ruby/setup-ruby@v1
117117 with :
118- ruby-version : " 4.0 "
118+ ruby-version : ruby
119119 bundler-cache : true
120120 - run : NO_COVERAGE=true bundle exec rake spec
You can’t perform that action at this time.
0 commit comments