Skip to content

Commit 1fba5dd

Browse files
Merge pull request #415 from patrick-murphy-intuit/workflow-changes
Bump python and ruby versions for release creation
2 parents 7823cb8 + 5350c5c commit 1fba5dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/create-release-transactional.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,10 @@ jobs:
336336
mkdir -p swagger-out/transactional-ruby
337337
unzip zip/mailchimp-transactional-ruby.zip -d swagger-out/transactional-ruby
338338
339-
- name: Set up Ruby 2.6
339+
- name: Set up Ruby 2.7
340340
uses: ruby/setup-ruby@v1
341341
with:
342-
ruby-version: '2.6'
342+
ruby-version: '2.7'
343343

344344
- name: Install client dependencies
345345
run: gem install rspec
@@ -370,10 +370,10 @@ jobs:
370370
path: .cache
371371
key: cache-dir
372372

373-
- name: Install Python 3.7
373+
- name: Install Python 3.9
374374
uses: actions/setup-python@v1
375375
with:
376-
python-version: 3.7
376+
python-version: 3.9
377377

378378
- uses: actions/[email protected]
379379
with:

0 commit comments

Comments
 (0)