From a874e3cd162e64a372cf3d68306b17e7d473d954 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Mon, 2 Dec 2024 07:28:13 +0300 Subject: [PATCH] #132 sonar java 21 --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 307c6aa..f553802 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-java@v4 with: - java-version: 11 + java-version: 21 distribution: 'zulu' - uses: actions/cache@v4 with: