This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 867f79e030 Update 3.3 release workflow (#14321)
867f79e030 is described below
commit 867f79e030fb67f3074c6390bc5a4d1e02e50ccd
Author: Albumen Kevin <[email protected]>
AuthorDate: Mon Jun 17 10:16:19 2024 +0800
Update 3.3 release workflow (#14321)
---
.github/workflows/build-and-test-pr.yml | 2 +-
.github/workflows/release-test.yml | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/build-and-test-pr.yml
b/.github/workflows/build-and-test-pr.yml
index 025e3a8c32..f179ec5495 100644
--- a/.github/workflows/build-and-test-pr.yml
+++ b/.github/workflows/build-and-test-pr.yml
@@ -97,7 +97,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
- java-version: 17
+ java-version: 21
- uses: actions/cache@v3
name: "Cache local Maven repository"
with:
diff --git a/.github/workflows/release-test.yml
b/.github/workflows/release-test.yml
index 07339cb4a0..01dceec6bd 100644
--- a/.github/workflows/release-test.yml
+++ b/.github/workflows/release-test.yml
@@ -41,7 +41,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
- java-version: 17
+ java-version: 21
- uses: actions/cache@v3
name: "Cache local Maven repository"
with:
@@ -132,7 +132,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest ]
- jdk: [ 17, 21 ]
+ jdk: [ 8, 11, 17, 21 ]
env:
DISABLE_FILE_SYSTEM_TEST: true
steps:
@@ -175,7 +175,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest ]
- jdk: [ 17, 21 ]
+ jdk: [ 8, 11, 17, 21 ]
env:
DISABLE_FILE_SYSTEM_TEST: true
DUBBO_DEFAULT_SERIALIZATION: fastjson2