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 clone --no-checkout https://github.com/MaintainTeam/LastPipeBender.git .
git checkout --progress --force ${{ github.ref_name }} git checkout --progress --force ${{ github.ref_name }}
- name: Set up JDK 17 - name: Set up JDK
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
java-version: 21 java-version: 21

View file

@ -27,10 +27,10 @@ jobs:
git config core.symlinks false git config core.symlinks false
git checkout --progress --force ${{ github.ref_name }} git checkout --progress --force ${{ github.ref_name }}
- name: Set up JDK 17 - name: Set up JDK
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
java-version: 17 java-version: 21
distribution: "temurin" distribution: "temurin"
cache: 'gradle' cache: 'gradle'