Skip to content

Commit

Permalink
Update Java JDK 17 in sonar CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Aug 4, 2023
1 parent 633c91f commit a4d2f03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/real-time-cpp-sonar.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# Copyright Christopher Kormanyos 2022.
# Copyright Christopher Kormanyos 2022 - 2023.
# Distributed under the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt
# or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand All @@ -24,10 +24,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: 'zulu'
- name: Download and set up sonar-scanner
env:
Expand Down

0 comments on commit a4d2f03

Please sign in to comment.