File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
continue-on-error : ${{ matrix.experimental }}
21
21
strategy :
22
- fail-fast : true
22
+ fail-fast : false
23
23
matrix :
24
24
java : [ 11, 13, 15, 16 ]
25
25
spring-boot-version : [ 2.7.8 ]
@@ -43,11 +43,11 @@ jobs:
43
43
GOARCH : amd64
44
44
GOPROXY : https://proxy.golang.org
45
45
JDK_VER : ${{ matrix.java }}
46
- DAPR_CLI_VER : 1.10.0
47
- DAPR_RUNTIME_VER : 1.10.6 -rc.2
48
- DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/v1.10.0 /install/install.sh
46
+ DAPR_CLI_VER : 1.11.0-rc.1
47
+ DAPR_RUNTIME_VER : 1.11.0 -rc.5
48
+ DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/v1.11.0-rc.1 /install/install.sh
49
49
DAPR_CLI_REF :
50
- DAPR_REF : 1415e23b14628db70adf9403f5a18876f40b6924
50
+ DAPR_REF :
51
51
steps :
52
52
- uses : actions/checkout@v3
53
53
- name : Set up OpenJDK ${{ env.JDK_VER }}
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
37
37
GOARCH : amd64
38
38
GOPROXY : https://proxy.golang.org
39
39
JDK_VER : ${{ matrix.java }}
40
- DAPR_CLI_VER : 1.10.0
41
- DAPR_RUNTIME_VER : 1.10.6 -rc.2
42
- DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/v1.10.0 /install/install.sh
40
+ DAPR_CLI_VER : 1.11.0-rc.1
41
+ DAPR_RUNTIME_VER : 1.11.0 -rc.5
42
+ DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/v1.11.0-rc.1 /install/install.sh
43
43
DAPR_CLI_REF :
44
- DAPR_REF : 1415e23b14628db70adf9403f5a18876f40b6924
44
+ DAPR_REF :
45
45
steps :
46
46
- uses : actions/checkout@v3
47
47
- name : Set up OpenJDK ${{ env.JDK_VER }}
You can’t perform that action at this time.
0 commit comments