mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
force java 21
This commit is contained in:
parent
aafec54b1d
commit
9de166d594
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: checkout Git repository
|
- name: checkout Git repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Set up JDK 21
|
||||||
|
uses: actions/setup-java@v4
|
||||||
|
with:
|
||||||
|
distribution: 'temurin' # See 'Supported distributions' for available options
|
||||||
|
java-version: '21'
|
||||||
- uses: jfrog/frogbot@v2.9.2
|
- uses: jfrog/frogbot@v2.9.2
|
||||||
env:
|
env:
|
||||||
# [Mandatory]
|
# [Mandatory]
|
||||||
|
|
Loading…
Reference in a new issue