Skip to content

Commit 11260c8

Browse files
author
Domonkos Gulyas
committed
CHFI-146: Update Github workflow files
Uplift Java version in teh Github workflow files
1 parent e60e5b7 commit 11260c8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v4
25-
- name: Set up JDK 17
25+
- name: Set up JDK 21
2626
uses: actions/setup-java@v4
2727
with:
28-
java-version: '17'
28+
java-version: '21'
2929
distribution: 'temurin'
3030
cache: maven
3131
- name: Runs Elasticsearch

.github/workflows/maven.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22-
- name: Set up JDK 17
22+
- name: Set up JDK 21
2323
uses: actions/setup-java@v4
2424
with:
25-
java-version: '17'
25+
java-version: '21'
2626
distribution: 'temurin'
2727
cache: maven
2828
- name: Build with Maven
@@ -39,10 +39,10 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v4
42-
- name: Set up JDK 17
42+
- name: Set up JDK 21
4343
uses: actions/setup-java@v4
4444
with:
45-
java-version: '17'
45+
java-version: '21'
4646
distribution: 'temurin'
4747
cache: maven
4848
- name: Test with Maven
@@ -59,10 +59,10 @@ jobs:
5959
runs-on: ubuntu-latest
6060
steps:
6161
- uses: actions/checkout@v4
62-
- name: Set up JDK 17
62+
- name: Set up JDK 21
6363
uses: actions/setup-java@v4
6464
with:
65-
java-version: '17'
65+
java-version: '21'
6666
distribution: 'temurin'
6767
cache: maven
6868
- name: Runs Elasticsearch

0 commit comments

Comments
 (0)