ci: upgrade to JDK 21 (project targets JavaVersion.VERSION_21)
Some checks failed
Android Build & Publish / android (push) Failing after 2m4s
Some checks failed
Android Build & Publish / android (push) Failing after 2m4s
This commit is contained in:
@@ -18,11 +18,11 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# ── 2. Java ──────────────────────────────────────────────────────────────
|
# ── 2. Java ──────────────────────────────────────────────────────────────
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 21
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
java-version: '17'
|
java-version: '21'
|
||||||
|
|
||||||
# ── 3. Node.js ───────────────────────────────────────────────────────────
|
# ── 3. Node.js ───────────────────────────────────────────────────────────
|
||||||
- name: Set up Node 22
|
- name: Set up Node 22
|
||||||
|
|||||||
Reference in New Issue
Block a user