Skip to content

Commit 2be9d09

Browse files
committed
java distribution updated
1 parent b9e15e1 commit 2be9d09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
- name: Run Unit Tests
3030
run: npm test
3131

32-
- name: Set up JDK 17
32+
- name: Set up JDK 17 (Adoptium)
3333
uses: actions/setup-java@v3
3434
with:
35-
distribution: 'adoptopenjdk'
35+
distribution: 'adoptium'
3636
java-version: '17'
3737

3838
- name: Install SonarQube Scanner

0 commit comments

Comments
 (0)