Skip to content

Commit 7808b29

Browse files
committed
IEP-1549: Updating java version for release and builds
1 parent 0d94c4b commit 7808b29

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919

20-
- name: Set up JDK 17
21-
uses: actions/setup-java@v3
20+
- name: Set up JDK 21
21+
uses: actions/setup-java@v4
2222
with:
23-
java-version: '17'
23+
java-version: '21'
2424
distribution: 'temurin'
2525

2626
- name: Get version from tag

.github/workflows/ci_windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
with:
3838
maven-version: 3.9.6
3939

40-
- name: Set up JDK 17
41-
uses: actions/setup-java@v3
40+
- name: Set up JDK 21
41+
uses: actions/setup-java@v4
4242
with:
43-
java-version: '17'
43+
java-version: '21'
4444
distribution: 'temurin'
4545

4646
- name: Build with Maven

0 commit comments

Comments
 (0)