Skip to content

Commit 901dfcc

Browse files
authored
Merge pull request #4 from diffblue/20240522-fix-JDK-comment
Fix JDK number in comments
2 parents c3d1f04 + 1b64d7c commit 901dfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
fetch-depth: 0 # Fetch all history for all branches
1414

15-
- name: Set up JDK 11
15+
- name: Set up JDK 8
1616
uses: actions/setup-java@v2
1717
with:
1818
distribution: 'adopt'

0 commit comments

Comments
 (0)