This is an automated email from the ASF dual-hosted git repository.
anovikov pushed a commit to branch release/ignite-spring-session-ext-2.0.0
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git
The following commit(s) were added to
refs/heads/release/ignite-spring-session-ext-2.0.0 by this push:
new a99e67fa Bump java version from 8 to 17
a99e67fa is described below
commit a99e67fae95b3811eeccb5da1c6056413a6a1091
Author: Andrey Novikov <[email protected]>
AuthorDate: Tue May 28 14:31:36 2024 +0700
Bump java version from 8 to 17
---
.github/workflows/prepare-rc.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/prepare-rc.yml b/.github/workflows/prepare-rc.yml
index a11eecec..d9efc48c 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