Skip to content

Commit 59d0651

Browse files
author
Nate Ranson
committed
Update Ruby and Python versions to build SDKs
1 parent a64c399 commit 59d0651

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,10 @@ jobs:
342342
mkdir -p swagger-out/marketing-ruby
343343
unzip zip/mailchimp-marketing-ruby.zip -d swagger-out/marketing-ruby
344344
345-
- name: Set up Ruby 2.6
345+
- name: Set up Ruby 2.7
346346
uses: actions/setup-ruby@v1
347347
with:
348-
ruby-version: '2.6'
348+
ruby-version: '2.7'
349349

350350
- name: Install client dependencies
351351
run: gem install rspec
@@ -380,10 +380,10 @@ jobs:
380380
path: .cache
381381
key: cache-dir
382382

383-
- name: Install Python 3.7
383+
- name: Install Python 3.11
384384
uses: actions/setup-python@v1
385385
with:
386-
python-version: 3.7
386+
python-version: 3.11.12
387387

388388
- uses: actions/[email protected]
389389
with:

0 commit comments

Comments
 (0)