We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4655275 commit 777cba3Copy full SHA for 777cba3
.github/workflows/publish.yml
@@ -13,8 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- sdk:
17
- - 3.27.x
+ sdk: [3.7.2, stable]
18
19
steps:
20
- name: Checkout repository
.github/workflows/test.yml
@@ -12,8 +12,7 @@ jobs:
12
- name: Checkout Code
@@ -40,8 +39,7 @@ jobs:
40
39
needs: check_up_to_date
41
42
43
44
45
46
47
0 commit comments