Skip to content

Commit 7b3821c

Browse files
authored
Update ci.yml
1 parent fe121c5 commit 7b3821c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
# steps:
1414
# - name: Git checkout
1515
# uses: actions/checkout@v3
16-
# - name: Use Java 11
17-
# uses: actions/setup-java@v1
16+
# - name: Use Java 17
17+
# uses: actions/setup-java@v3
1818
# with:
19-
# java-version: 11
19+
# java-version: 17
20+
# distribution: 'zulu'
2021
# - name: SonarCloud Scan
2122
# uses: jason-fox/sonarcloud-action@master
2223
# env:

0 commit comments

Comments
 (0)