Skip to content

Commit 98e9259

Browse files
authored
Merge pull request #44 from SimonMarquis/patch-2
Update GHA JDK to the latest LTS version (21)
2 parents 1e33107 + bb9002c commit 98e9259

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_and_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- name: Checkout code
2525
uses: actions/checkout@v4
2626

27-
- name: Set up JDK 17
27+
- name: Set up JDK 21
2828
uses: actions/setup-java@v4
2929
with:
30-
java-version: '17'
30+
java-version: '21'
3131
distribution: 'temurin'
3232

3333
- name: Setup Gradle
@@ -111,10 +111,10 @@ jobs:
111111
- name: Copy CI gradle.properties
112112
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
113113

114-
- name: Set up JDK 17
114+
- name: Set up JDK 21
115115
uses: actions/setup-java@v4
116116
with:
117-
java-version: '17'
117+
java-version: '21'
118118
distribution: 'temurin'
119119

120120
- name: Setup Gradle

0 commit comments

Comments
 (0)