Skip to content

Commit f0d322d

Browse files
committed
Fix Java version
1 parent 4ca80a4 commit f0d322d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v3
25-
- name: Set up JDK 12
25+
- name: Set up JDK 21
2626
uses: actions/setup-java@v3
2727
with:
28-
java-version: '12'
28+
java-version: '21'
2929
distribution: 'temurin'
3030
cache: maven
3131
- name: Build with Maven

0 commit comments

Comments
 (0)