Use java 21 (#124)

This commit is contained in:
Michael Barry
2023-10-25 20:48:05 -04:00
committed by GitHub
parent f885ed7ae5
commit 01b3b0e6ec
5 changed files with 15 additions and 20 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
java-version: 21
distribution: 'temurin'
cache: 'maven'
- name: Login to Docker Hub