This commit is contained in:
parent
0eccd4f1e2
commit
f55ae746be
2 changed files with 4 additions and 4 deletions
|
|
@ -4,10 +4,10 @@ jobs:
|
|||
runs-on: node-16
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v4
|
||||
- name: Set up JDK 22
|
||||
- name: Set up JDK 21
|
||||
uses: https://github.com/actions/setup-java@v4
|
||||
with:
|
||||
java-version: '22'
|
||||
java-version: '21'
|
||||
distribution: 'temurin'
|
||||
cache: maven
|
||||
- name: Set up Maven
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue