Skip to content

Commit 777cba3

Browse files
committed
ci: update SDK matrix to use 3.7.2 and stable versions in workflows
1 parent 4655275 commit 777cba3

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
sdk:
17-
- 3.27.x
16+
sdk: [3.7.2, stable]
1817

1918
steps:
2019
- name: Checkout repository

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
sdk:
16-
- 3.27.x
15+
sdk: [3.7.2, stable]
1716

1817
steps:
1918
- name: Checkout Code
@@ -40,8 +39,7 @@ jobs:
4039
needs: check_up_to_date
4140
strategy:
4241
matrix:
43-
sdk:
44-
- 3.27.x
42+
sdk: [3.7.2, stable]
4543

4644
steps:
4745
- name: Checkout Code

0 commit comments

Comments
 (0)