File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
1010
1111 steps :
1212 - uses : actions/checkout@v2
13- - name : Set up Ruby 3.0
13+ - name : Set up Ruby 2.6
14141515 with :
16- ruby-version : 3.0.0
16+ ruby-version : 2.6.5
1717
1818 - name : Run Test Cases
1919 run : |
20- gem install bundler
20+ gem install bundler -v 2.4.22
2121 bundle install --jobs 4 --retry 3
2222 bundle exec rake
2323
Original file line number Diff line number Diff line change 99
1010 steps :
1111 - uses : actions/checkout@v2
12- - name : Set up Ruby 3.0
12+ - name : Set up Ruby 2.6
13131414 with :
15- ruby-version : 3.0.0
15+ ruby-version : 2.6.5
1616 - name : Build and test with Rake
1717 run : |
18- gem install bundler
18+ gem install bundler -v 2.4.22
1919 bundle install --jobs 4 --retry 3
2020 bundle exec rake
2121 # - name: Upload code coverage reports to codecov
You can’t perform that action at this time.
0 commit comments