feat: swap to java 21

This commit is contained in:
s-prechtl 2024-04-02 02:22:33 +02:00
parent dbb56f6b2e
commit 6d86e3b7c0

View file

@ -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