chore: migrate to java 21 (#5163)

This commit is contained in:
Piotr Idzik
2024-05-19 20:57:07 +02:00
committed by GitHub
parent d77d9010a8
commit 5ee98eeb48
6 changed files with 14 additions and 12 deletions

View File

@@ -26,10 +26,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: 'adopt'
- name: Initialize CodeQL