Skip to content

Commit b5b9c18

Browse files
Update unit testing workflow to use Zulu distribution for JDK 9 setup
1 parent 74b997d commit b5b9c18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Checkout Repository
1919
uses: actions/checkout@v4
2020

21-
- name: Set up JDK 9
21+
- name: Set up JDK 9 (Zulu)
2222
uses: actions/setup-java@v4
2323
with:
24-
distribution: 'temurin'
24+
distribution: 'zulu'
2525
java-version: '9'
2626
cache: maven
2727

0 commit comments

Comments
 (0)