Update deploy workflow to use JDK 25
All checks were successful
Zora Kotlin CI / build-and-push (push) Successful in 11m38s
All checks were successful
Zora Kotlin CI / build-and-push (push) Successful in 11m38s
This commit is contained in:
parent
e84df59c63
commit
0f9cc4a42c
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user