ci: upgrade to JDK 21 (project targets JavaVersion.VERSION_21)
Some checks failed
Android Build & Publish / android (push) Failing after 2m4s

This commit is contained in:
Giancarmine Salucci
2026-05-24 16:38:55 +02:00
parent ca75710285
commit e5c85981f8

View File

@@ -18,11 +18,11 @@ jobs:
uses: actions/checkout@v4
# ── 2. Java ──────────────────────────────────────────────────────────────
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '17'
java-version: '21'
# ── 3. Node.js ───────────────────────────────────────────────────────────
- name: Set up Node 22