File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,10 +117,10 @@ jobs:
117117 mkdir -p swagger-out/marketing-ruby
118118 unzip zip/mailchimp-marketing-ruby.zip -d swagger-out/marketing-ruby
119119
120- - name : Set up Ruby 2.6
120+ - name : Set up Ruby 2.7
121121 uses : actions/setup-ruby@v1
122122 with :
123- ruby-version : ' 2.6 '
123+ ruby-version : ' 2.7 '
124124
125125 - name : Install client dependencies
126126 run : gem install rspec
Original file line number Diff line number Diff line change @@ -112,10 +112,10 @@ jobs:
112112 mkdir -p swagger-out/transactional-ruby
113113 unzip zip/mailchimp-transactional-ruby.zip -d swagger-out/transactional-ruby
114114
115- - name : Set up Ruby 2.6
115+ - name : Set up Ruby 2.7
116116 uses : ruby/setup-ruby@v1
117117 with :
118- ruby-version : ' 2.6 '
118+ ruby-version : ' 2.7 '
119119
120120 - name : Install client dependencies
121121 run : gem install rspec
You can’t perform that action at this time.
0 commit comments