From 6caa2d3a82a5b60f78535487a5d7e5943802bc93 Mon Sep 17 00:00:00 2001 From: Tamas Juhasz Date: Wed, 24 Jan 2024 09:51:53 +0100 Subject: [PATCH] Updated sonarCloud java-version due to this deprecation. --- .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 d71a7c4..580b430 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '11' ] + java: [ '17' ] steps: - uses: actions/checkout@v3 with: