fix #2789 bump up to java 21
This commit is contained in:
parent
90d6af1385
commit
bedf2934b1
2 changed files with 4 additions and 4 deletions
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
@ -70,10 +70,10 @@ jobs:
|
|||
# make bootstrap
|
||||
# make release
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 17
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
distribution: 'temurin'
|
||||
- name: Cache Maven packages
|
||||
uses: actions/cache@v2
|
||||
|
|
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
|
@ -20,10 +20,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 17
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
distribution: 'temurin'
|
||||
- uses: actions/cache@v1
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue