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

anovikov pushed a commit to branch release/ignite-spark-ext-4.0.0
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git


The following commit(s) were added to refs/heads/release/ignite-spark-ext-4.0.0 
by this push:
     new 635c2840 IGNITE-24471 Bump JDK version.
635c2840 is described below

commit 635c284096efa7323ca61b8694176f6dc9e327f0
Author: nva <[email protected]>
AuthorDate: Mon Jun 23 11:49:32 2025 +0700

    IGNITE-24471 Bump JDK version.
---
 .github/workflows/prepare-rc.yml      | 2 +-
 .github/workflows/release-checker.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/prepare-rc.yml b/.github/workflows/prepare-rc.yml
index bd48aa01..c26428c1 100644
--- a/.github/workflows/prepare-rc.yml
+++ b/.github/workflows/prepare-rc.yml
@@ -82,7 +82,7 @@ jobs:
       - name: Set up Java
         uses: actions/setup-java@v2
         with:
-          java-version: 8
+          java-version: 17
           distribution: 'adopt'
 
       - name: Extract POM Version and Compare With Branch Version
diff --git a/.github/workflows/release-checker.yml 
b/.github/workflows/release-checker.yml
index 202109c9..1cfc1383 100644
--- a/.github/workflows/release-checker.yml
+++ b/.github/workflows/release-checker.yml
@@ -74,7 +74,7 @@ jobs:
       - name: Set up Java
         uses: actions/setup-java@v2
         with:
-          java-version: 8
+          java-version: 17
           distribution: 'adopt'
 
       - name: Extract Branch POM Version and Compare

Reply via email to