Update JVM version

This commit is contained in:
andrii-hryniv 2023-06-13 02:42:21 +02:00
parent bcb970ac23
commit e1eab0e562

View file

@ -13,11 +13,11 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'zulu' # Alternative distribution options are available.
java-version: 17
distribution: 'openjdk'
- name: Cache SonarCloud packages
uses: actions/cache@v3
with: