chore(actions): nvm try java 25

This commit is contained in:
omo50
2026-03-13 18:08:15 -06:00
parent cf7107bbc7
commit 805aabbeec

View File

@@ -16,7 +16,7 @@ jobs:
fetch-depth: 1
- name: Install Java
run: apt-get install -y openjdk-21-jre-headless
run: apt-get update && apt-get install -y openjdk-25-jre-headless
- name: Validate all
run: |