Skip to content

Commit

Permalink
Merge pull request #365 from webkod3r/bump-ruby-version
Browse files Browse the repository at this point in the history
Bumping underlying Ruby version to 2.7
  • Loading branch information
webkod3r authored Aug 19, 2024
2 parents 36a2b36 + 67e2823 commit 16d199f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-marketing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ jobs:
mkdir -p swagger-out/marketing-ruby
unzip zip/mailchimp-marketing-ruby.zip -d swagger-out/marketing-ruby
- name: Set up Ruby 2.6
- name: Set up Ruby 2.7
uses: actions/setup-ruby@v1
with:
ruby-version: '2.6'
ruby-version: '2.7'

- name: Install client dependencies
run: gem install rspec
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-transactional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ jobs:
mkdir -p swagger-out/transactional-ruby
unzip zip/mailchimp-transactional-ruby.zip -d swagger-out/transactional-ruby
- name: Set up Ruby 2.6
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
ruby-version: '2.7'

- name: Install client dependencies
run: gem install rspec
Expand Down

0 comments on commit 16d199f

Please sign in to comment.