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
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
java-version: '21'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: maven
|
cache: maven
|
||||||
- name: Docker Compose MySql db
|
- name: Docker Compose MySql db
|
||||||
|
|
|
||||||
Reference in a new issue