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 c827295 commit 8a1c914Copy full SHA for 8a1c914
.github/workflows/unit.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
node-version: [16]
12
- dapr-version: [1.6.3, 1.7.4, 1.8.3]
+ dapr-version: [1.6.3, 1.7.4, 1.8.3, 1.9.0]
13
platform: [ubuntu-latest]
14
runs-on: ${{ matrix.platform }}
15
@@ -26,7 +26,7 @@ jobs:
26
- name: Install Dapr CLI
27
uses: dapr/setup-dapr@v1
28
with:
29
- version: '1.8.1'
+ version: '1.9.1'
30
31
- name: Initialize Dapr Runtime
32
run: dapr init -s --runtime-version ${{ matrix.dapr-version }}
0 commit comments