feat: swap to java 21
This commit is contained in:
parent
dbb56f6b2e
commit
6d86e3b7c0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
distribution: 'temurin'
|
||||
cache: maven
|
||||
- name: Docker Compose MySql db
|
||||
|
|
|
|||
Reference in a new issue