Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 0717e17

Browse files
Updating Java version
1 parent 00f7ad3 commit 0717e17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sonar.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
uses: ruby/setup-ruby@v1
1919
with:
2020
ruby-version: 2.7
21+
- name: Setup java
22+
uses: actions/setup-java@v1
23+
with:
24+
java-version: '11'
2125
- name: Install dependencies
2226
run: |
2327
wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-3.3.0.1492.zip

0 commit comments

Comments
 (0)