Skip to content

Commit c7557cb

Browse files
committed
Upgrade to 1.11 RCs.
Signed-off-by: Artur Souza <[email protected]>
1 parent e03cb15 commit c7557cb

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
continue-on-error: ${{ matrix.experimental }}
2121
strategy:
22-
fail-fast: true
22+
fail-fast: false
2323
matrix:
2424
java: [ 11, 13, 15, 16 ]
2525
spring-boot-version: [ 2.7.8 ]
@@ -43,11 +43,11 @@ jobs:
4343
GOARCH: amd64
4444
GOPROXY: https://proxy.golang.org
4545
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
4949
DAPR_CLI_REF:
50-
DAPR_REF: 1415e23b14628db70adf9403f5a18876f40b6924
50+
DAPR_REF:
5151
steps:
5252
- uses: actions/checkout@v3
5353
- name: Set up OpenJDK ${{ env.JDK_VER }}

.github/workflows/validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
GOARCH: amd64
3838
GOPROXY: https://proxy.golang.org
3939
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
4343
DAPR_CLI_REF:
44-
DAPR_REF: 1415e23b14628db70adf9403f5a18876f40b6924
44+
DAPR_REF:
4545
steps:
4646
- uses: actions/checkout@v3
4747
- name: Set up OpenJDK ${{ env.JDK_VER }}

0 commit comments

Comments
 (0)