This is an automated email from the ASF dual-hosted git repository.
qqeasonchen pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/eventmesh.git
The following commit(s) were added to refs/heads/develop by this push:
new 100503ea6 ci: bump JDK to 21 to match uni-architecture build baseline
100503ea6 is described below
commit 100503ea62e2135dbd5ff05d06594da4cffcd070
Author: qqeasonchen <[email protected]>
AuthorDate: Mon Jul 13 19:22:13 2026 +0800
ci: bump JDK to 21 to match uni-architecture build baseline
---
.github/workflows/ci.yml | 6 +++---
.github/workflows/code-scanning.yml | 4 ++--
.github/workflows/license.yml | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d961cb20a..2f0837464 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macOS-latest ]
- java: [ 8, 11 ]
+ java: [ 21 ]
language: [ 'java' ]
runs-on: ${{ matrix.os }}
@@ -49,11 +49,11 @@ jobs:
- name: Setup Gradle
uses:
gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e #v6.1.0
- - name: Set up JDK 11
+ - name: Set up JDK 21
uses: actions/setup-java@v5
with:
distribution: 'zulu'
- java-version: 11
+ java-version: 21
- name: GenerateGrammarSource
run: ./gradlew clean generateGrammarSource --parallel --daemon --scan
diff --git a/.github/workflows/code-scanning.yml
b/.github/workflows/code-scanning.yml
index efc28fd48..e8dbd9d93 100644
--- a/.github/workflows/code-scanning.yml
+++ b/.github/workflows/code-scanning.yml
@@ -51,12 +51,12 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main
languages: ${{ matrix.language }}
- - name: Set up JDK 11
+ - name: Set up JDK 21
if: matrix.language == 'java'
uses: actions/setup-java@v5
with:
distribution: 'zulu'
- java-version: 11
+ java-version: 21
- name: Setup Gradle
if: matrix.language == 'java'
diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index f9c1507d9..a00755db5 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -31,11 +31,11 @@ jobs:
- name: Check license header
uses: apache/skywalking-eyes@main
- - name: Set up JDK 11
+ - name: Set up JDK 21
uses: actions/setup-java@v5
with:
distribution: 'zulu'
- java-version: 11
+ java-version: 21
- name: Setup Gradle
uses:
gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e #v6.1.0
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]