mirror of https://github.com/dapr/java-sdk.git
test with 1.8 rc3 and cli rc1 (#754)
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
This commit is contained in:
parent
5b2d8f482d
commit
2c62f5db3e
|
@ -25,9 +25,9 @@ jobs:
|
|||
GOARCH: amd64
|
||||
GOPROXY: https://proxy.golang.org
|
||||
JDK_VER: ${{ matrix.java }}
|
||||
DAPR_CLI_VER: 1.7.0-rc.2
|
||||
DAPR_RUNTIME_VER: 1.8.0-rc.2
|
||||
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.7.0-rc.2/install/install.sh
|
||||
DAPR_CLI_VER: 1.8.0-rc.1
|
||||
DAPR_RUNTIME_VER: 1.8.0-rc.3
|
||||
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.8.0-rc.1/install/install.sh
|
||||
DAPR_CLI_REF:
|
||||
DAPR_REF:
|
||||
steps:
|
||||
|
|
|
@ -36,9 +36,9 @@ jobs:
|
|||
GOARCH: amd64
|
||||
GOPROXY: https://proxy.golang.org
|
||||
JDK_VER: ${{ matrix.java }}
|
||||
DAPR_CLI_VER: 1.7.0-rc.2
|
||||
DAPR_RUNTIME_VER: 1.8.0-rc.2
|
||||
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.7.0-rc.2/install/install.sh
|
||||
DAPR_CLI_VER: 1.8.0-rc.1
|
||||
DAPR_RUNTIME_VER: 1.8.0-rc.3
|
||||
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.8.0-rc.1/install/install.sh
|
||||
DAPR_CLI_REF:
|
||||
DAPR_REF:
|
||||
steps:
|
||||
|
@ -152,4 +152,4 @@ jobs:
|
|||
- name: Validate query state HTTP example
|
||||
working-directory: ./examples
|
||||
run: |
|
||||
mm.py ./src/main/java/io/dapr/examples/querystate/README.md
|
||||
mm.py ./src/main/java/io/dapr/examples/querystate/README.md
|
||||
|
|
Loading…
Reference in New Issue