Skip to content

Commit 8a1c914

Browse files
committed
👷 ci(unit): bump dapr 1.9.0
Signed-off-by: Haili Zhang <haili.zhang@outlook.com>
1 parent c827295 commit 8a1c914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
node-version: [16]
12-
dapr-version: [1.6.3, 1.7.4, 1.8.3]
12+
dapr-version: [1.6.3, 1.7.4, 1.8.3, 1.9.0]
1313
platform: [ubuntu-latest]
1414
runs-on: ${{ matrix.platform }}
1515

@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Dapr CLI
2727
uses: dapr/setup-dapr@v1
2828
with:
29-
version: '1.8.1'
29+
version: '1.9.1'
3030

3131
- name: Initialize Dapr Runtime
3232
run: dapr init -s --runtime-version ${{ matrix.dapr-version }}

0 commit comments

Comments
 (0)