Skip to content

Commit 46c11d8

Browse files
committed
build: Java version 21
- Changed Java version for build actions
1 parent e63fbf5 commit 46c11d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v3
15-
- name: Set up JDK 15
15+
- name: Set up JDK
1616
uses: actions/setup-java@v3
1717
with:
1818
java-version: '21'

0 commit comments

Comments
 (0)