We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520ab0a commit 70f09edCopy full SHA for 70f09ed
1 file changed
.github/workflows/java17-build.yml
@@ -1,7 +1,7 @@
1
# This workflow will build a Java project with Maven
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3
4
-name: Java 17 CI
+name: Java 21 CI
5
6
permissions:
7
contents: read
@@ -17,10 +17,10 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v4
20
- - name: Set up JDK 17
+ - name: Set up JDK 21
21
uses: actions/setup-java@v4
22
with:
23
- java-version: 17
+ java-version: 21
24
distribution: 'temurin'
25
- name: Build
26
run: mvn -B package
0 commit comments