This is an automated email from the ASF dual-hosted git repository. albumenj pushed a commit to branch 3.3.0-beta.1-release in repository https://gitbox.apache.org/repos/asf/dubbo.git
commit 33a806330932d8e51df89513f2fc0ab382510b28 Author: Albumen Kevin <[email protected]> AuthorDate: Fri Jun 30 22:48:37 2023 +0800 Update release test --- .github/workflows/release-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-test.yml b/.github/workflows/release-test.yml index 08fbec1abc..a6d7cccd78 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: 8 + java-version: 17 - 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: [ 8, 11, 17, 19 ] + jdk: [ 17, 19 ] env: DISABLE_FILE_SYSTEM_TEST: true steps: @@ -169,7 +169,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, windows-latest ] - jdk: [ 8, 11, 17, 19 ] + jdk: [ 17, 19 ] env: DISABLE_FILE_SYSTEM_TEST: true DUBBO_DEFAULT_SERIALIZATION: fastjson2
