Skip to content

Commit aa6da34

Browse files
committed
Move Github build to Java 21
1 parent 35ab06d commit aa6da34

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,11 +13,11 @@ jobs:
1313
- uses: actions/checkout@v2
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16-
- name: Set up JDK 16
16+
- name: Set up JDK 21
1717
uses: actions/setup-java@v2
1818
with:
1919
distribution: 'adopt'
20-
java-version: '17'
20+
java-version: '21'
2121
- name: Cache SonarCloud packages
2222
uses: actions/cache@v2
2323
with:

0 commit comments

Comments
 (0)