Skip to content

Commit abed091

Browse files
committed
Updated the jdk with 17
1 parent ab98542 commit abed091

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/content-service-pr-check.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ jobs:
4949
reporter: java-junit
5050
fail-on-error: true
5151

52+
- name: Set up JDK 17
53+
uses: actions/setup-java@v2
54+
with:
55+
java-version: '17'
56+
distribution: 'temurin'
57+
5258
- name: SonarCloud Analysis
5359
env:
5460
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)