Skip to content

Commit 70f09ed

Browse files
authored
Update java17-build.yml
1 parent 520ab0a commit 70f09ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/java17-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a Java project with Maven
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33

4-
name: Java 17 CI
4+
name: Java 21 CI
55

66
permissions:
77
contents: read
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20-
- name: Set up JDK 17
20+
- name: Set up JDK 21
2121
uses: actions/setup-java@v4
2222
with:
23-
java-version: 17
23+
java-version: 21
2424
distribution: 'temurin'
2525
- name: Build
2626
run: mvn -B package

0 commit comments

Comments
 (0)