This is an automated email from the ASF dual-hosted git repository.

delei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git


The following commit(s) were added to refs/heads/main by this push:
     new 26dbb727 chore(ci): update Java version to 25 in CI configuration 
files (#734)
26dbb727 is described below

commit 26dbb727e975a7ed65f1be66e640262fbd349483
Author: ian zhang <[email protected]>
AuthorDate: Sun Dec 14 17:18:33 2025 +0800

    chore(ci): update Java version to 25 in CI configuration files (#734)
---
 .github/workflows/ci.yml         | 4 ++--
 .github/workflows/fuzz-tests.yml | 2 +-
 .github/workflows/nightly.yml    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 897e979b..dc1a29c0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
       - name: Set up JDK
         uses: actions/setup-java@v5
         with:
-          java-version: 21
+          java-version: 25
           distribution: 'temurin'
       - name: Check code style
         run: ./mvnw spotless:check
@@ -61,7 +61,7 @@ jobs:
     runs-on: ubuntu-24.04
     strategy:
       matrix:
-        java: [ 8, 11, 17, 21, 25-ea ]
+        java: [ 8, 11, 17, 21, 25 ]
         distribution: [ 'temurin' ]
       fail-fast: false
       max-parallel: 5
diff --git a/.github/workflows/fuzz-tests.yml b/.github/workflows/fuzz-tests.yml
index 78daba1a..1ab63889 100644
--- a/.github/workflows/fuzz-tests.yml
+++ b/.github/workflows/fuzz-tests.yml
@@ -39,7 +39,7 @@ jobs:
         uses: actions/setup-java@v5
         with:
           distribution: 'temurin'
-          java-version: '21'
+          java-version: '25'
           cache: 'maven'
 
       - name: Run fuzz tests (fesod module)
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 525195dc..d703ea97 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -29,7 +29,7 @@ jobs:
     runs-on: ubuntu-24.04
     strategy:
       matrix:
-        java: [ 8, 11, 17, 21, 25-ea ]
+        java: [ 8, 11, 17, 21, 25 ]
         distribution: [ 'temurin' ]
       fail-fast: false
       max-parallel: 5


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to