This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.1
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.1 by this push:
new 39eedea99f Update release test for 3.1
39eedea99f is described below
commit 39eedea99f23dc073768679e8f528fb418de6933
Author: Albumen Kevin <[email protected]>
AuthorDate: Mon Jan 16 21:10:12 2023 +0800
Update release test for 3.1
---
.github/workflows/release-test.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/release-test.yml
b/.github/workflows/release-test.yml
index 1f15b5a62d..5e84dce810 100644
--- a/.github/workflows/release-test.yml
+++ b/.github/workflows/release-test.yml
@@ -238,7 +238,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- jdk: [ 8, 11, 17, 19 ]
+ jdk: [ 8, 11 ]
job_id: [1, 2, 3, 4, 5]
steps:
- uses: actions/checkout@v3
@@ -295,7 +295,7 @@ jobs:
JAVA_VER: ${{matrix.jdk}}
strategy:
matrix:
- jdk: [ 8, 11, 17, 19 ]
+ jdk: [ 8, 11 ]
steps:
- uses: actions/checkout@v3
with: