Skip to content

Commit

Permalink
Update python version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
sunmou99 committed Dec 6, 2023
1 parent 3fa32aa commit 29adb42
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/abtesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- uses: ruby/setup-ruby@v1
- uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.11'
- name: Setup quickstart
env:
LEGACY: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crashlytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:

quickstart-ftl-cron-only:
# Don't run on private repo.
# if: github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule'
if: github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule'

env:
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dynamiclinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- uses: ruby/setup-ruby@v1
- uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.11'
- name: Setup quickstart
run: scripts/setup_quickstart.sh DynamicLinks
- name: Install Secret GoogleService-Info.plist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- uses: ruby/setup-ruby@v1
- uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.11'
- name: Setup quickstart
run: scripts/setup_quickstart.sh functions
- name: install secret googleservice-info.plist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- uses: ruby/setup-ruby@v1
- uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.11'
- name: Setup quickstart
run: scripts/setup_quickstart.sh installations
- name: Copy mock plist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/messaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
- uses: ruby/setup-ruby@v1
- uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.11'
- name: Setup quickstart
run: scripts/setup_quickstart.sh messaging
- name: Install Secret GoogleService-Info.plist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- uses: ruby/setup-ruby@v1
- uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.11'
- name: Setup quickstart
run: scripts/setup_quickstart.sh performance
- name: Install Secret GoogleService-Info.plist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- uses: ruby/setup-ruby@v1
- uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.11'
- name: Setup quickstart
run: scripts/setup_quickstart.sh storage
- name: Install Secret GoogleService-Info.plist
Expand Down

0 comments on commit 29adb42

Please sign in to comment.