mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03:00
ci: update java version to 21
This commit is contained in:
parent
fc86d6ec67
commit
9232dccfce
2 changed files with 5 additions and 5 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
git clone --no-checkout https://github.com/MaintainTeam/LastPipeBender.git .
|
||||
git checkout --progress --force ${{ github.ref_name }}
|
||||
|
||||
- name: Set up JDK 17
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: 21
|
||||
|
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -27,10 +27,10 @@ jobs:
|
|||
git config core.symlinks false
|
||||
git checkout --progress --force ${{ github.ref_name }}
|
||||
|
||||
- name: Set up JDK 17
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: 17
|
||||
java-version: 21
|
||||
distribution: "temurin"
|
||||
cache: 'gradle'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue