ci: update java version to 21

This commit is contained in:
Aliberk Sandıkçı 2024-12-02 18:40:33 +03:00
parent fc86d6ec67
commit 9232dccfce
Signed by: asandikci
GPG key ID: A3B47D76845BEDF3
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -17,7 +17,7 @@ on:
jobs:
build-and-release:
runs-on: ubuntu-latest
permissions: write-all
steps:
@ -26,11 +26,11 @@ jobs:
git clone --no-checkout https://github.com/MaintainTeam/LastPipeBender.git .
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'