8000 Bump openjdk version to 11 · scijava/scyjava@45cb752 · GitHub
[go: up one dir, main page]

Skip to content

Commit 45cb752

Browse files
committed
Bump openjdk version to 11
This commit resolves an unusual bug where pytest fails to collect the results of the jep test, resulting in failing CI jobs. I was able to reproduce this locally, sometimes, with openjdk=8. There must be a race condition involved with the bug as it doesn't always fail. The crash is a seg fault.
1 parent 8e2eea4 commit 45cb752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- uses: actions/setup-java@v3
3838
with:
39-
java-version: '8'
39+
java-version: '11'
4040
distribution: 'zulu'
4141
cache: 'maven'
4242

0 commit comments

Comments
 (0)
0