Update deploy workflow to use JDK 25
All checks were successful
Zora Kotlin CI / build-and-push (push) Successful in 11m38s

This commit is contained in:
Stefan Mogeritsch 2026-03-02 12:34:57 +01:00
parent e84df59c63
commit 0f9cc4a42c

View File

@ -8,10 +8,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
- name: Set up JDK 21
- name: Set up JDK 25
uses: actions/setup-java@v4
with:
java-version: '21'
java-version: '25'
distribution: 'temurin'
cache: 'gradle'