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 223fa46 commit 66edad0Copy full SHA for 66edad0
.github/workflows/php.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Install logger
97
run: composer require monolog/monolog
98
- name: Install Dapr
99
- run: wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O - | /bin/bash -s 1.0.0-rc.4
+ run: wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O - | /bin/bash -s 1.0.0-rc.6
100
- name: Initialize Integration Environment
101
run: composer run-script dapr-init
102
- name: Integration Environment Logs
0 commit comments