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