This is an automated email from the ASF dual-hosted git repository.
zrlw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-integration-cases.git
The following commit(s) were added to refs/heads/main by this push:
new a72ce05c Update candidate version and java matrix of nightly dubbo3
workflow file (#65)
a72ce05c is described below
commit a72ce05cc1a7b3312fc8d19a369dd5ec383165e3
Author: zrlw <[email protected]>
AuthorDate: Sat Jun 7 14:16:57 2025 +0800
Update candidate version and java matrix of nightly dubbo3 workflow file
(#65)
matrix of night dubbo3 workflow yml file
---
.github/workflows/nightly-dubbo-3.yml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/nightly-dubbo-3.yml
b/.github/workflows/nightly-dubbo-3.yml
index ae556586..fa829ce0 100644
--- a/.github/workflows/nightly-dubbo-3.yml
+++ b/.github/workflows/nightly-dubbo-3.yml
@@ -23,9 +23,8 @@ env:
VERSIONS_LIMIT: 12
#candidate versions (the dubbo snapshot version will be extracted from
pom.xml and appended before CANDIDATE_VERSIONS )
CANDIDATE_VERSIONS: '
- spring.version: 4.2.9.RELEASE, 4.3.30.RELEASE, 5.1.20.RELEASE, 5.3.3,
5.3.24, 6.1.5;
- spring-boot.version: 1.1.12.RELEASE, 1.2.8.RELEASE, 1.3.8.RELEASE,
1.4.7.RELEASE, 1.5.22.RELEASE;
- spring-boot.version: 2.0.9.RELEASE, 2.1.18.RELEASE, 2.2.12.RELEASE,
2.3.7.RELEASE, 2.4.1, 2.7.6, 3.2.3;
+ spring.version:5.3.24,6.1.5;
+ spring-boot.version:2.7.6,3.2.3;
'
DUBBO_REF: '3.3'
@@ -35,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [8, 11]
+ java: [8, 17]
steps:
- uses: actions/checkout@v3
- name: Cache local Maven repository