Skip to content

Commit e35bb0f

Browse files
authored
Update JDK version from 17 to 21 in workflow
1 parent 1b96deb commit e35bb0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424

25-
- name: Set up JDK 17
25+
- name: Set up JDK 21
2626
uses: actions/setup-java@v4
2727
with:
28-
java-version: '17'
28+
java-version: '21'
2929
distribution: 'temurin'
3030
cache: maven
3131

0 commit comments

Comments
 (0)