This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.2 by this push:
new 293711e591 Update 3.3 scheduled workflow (#14322)
293711e591 is described below
commit 293711e591fccb2d3ef8ea10013f3ac1a1f83230
Author: Albumen Kevin <[email protected]>
AuthorDate: Mon Jun 17 10:17:31 2024 +0800
Update 3.3 scheduled workflow (#14322)
---
.github/workflows/build-and-test-scheduled-3.3.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-and-test-scheduled-3.3.yml
b/.github/workflows/build-and-test-scheduled-3.3.yml
index 2ba459be6a..08673d0d56 100644
--- a/.github/workflows/build-and-test-scheduled-3.3.yml
+++ b/.github/workflows/build-and-test-scheduled-3.3.yml
@@ -43,7 +43,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
- java-version: 8
+ java-version: 21
- uses: actions/cache@v3
name: "Cache local Maven repository"
with: