Skip to content

Commit 439cd18

Browse files
tksauce-code
tk
authored andcommitted
Raise Java Version from 17 to 21.
1 parent 036c09e commit 439cd18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16-
- name: Set up JDK 17
16+
- name: Set up JDK 21
1717
uses: actions/setup-java@v4
1818
with:
19-
java-version: 17
19+
java-version: 21
2020
distribution: 'zulu' # Alternative distribution options are available.
2121
- name: Cache SonarQube packages
2222
uses: actions/cache@v4

0 commit comments

Comments
 (0)