Skip to content

Commit 8c5fa5a

Browse files
committed
Update GitHub action for maven build
1 parent d282ee3 commit 8c5fa5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- uses: actions/setup-java@v4
2020
with:
2121
distribution: 'adopt'
22-
java-version: '17'
22+
java-version: '21'
2323
- name: Build with Maven
2424
run: mvn -B verify --file pom.xml

0 commit comments

Comments
 (0)