From bfbfd5a647d74c8d95cee5516140a9ea961f4257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Petrovick=C3=BD?= <lukas@petrovicky.net> Date: Wed, 11 Oct 2023 12:18:30 +0200 Subject: [PATCH] ci: replace JDK 20 with 21 --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 8882dec3cf..318b1ab522 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - java-version: [ 17, 20 ] #Latest two LTS + latest non-LTS. + java-version: [ 17, 21 ] #Latest two LTS + latest non-LTS. timeout-minutes: 120 steps: - uses: actions/checkout@v4