update JVM to latest LTS

This commit is contained in:
Resaec 2025-08-26 21:52:33 +02:00
parent 5b9b85142e
commit 75baaa52e8

View file

@ -37,7 +37,7 @@ jobs:
- name: Setup Scala - name: Setup Scala
uses: coursier/setup-action@v1 uses: coursier/setup-action@v1
with: with:
jvm: adopt:11 jvm: temurin:21
apps: sbt apps: sbt
- name: Run migrations - name: Run migrations