Skip to content

Commit 648c281

Browse files
committed
CI: update minimum tested Java from 8 to 11
Unfortunately, OpenJDK 8 tests crash now. See also imagej/pyimagej@e241aa5.
1 parent 0d6c47c commit 648c281

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
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
platform: [ubuntu-latest, windows-latest, macos-latest]
2323
python-version: ['3.9', '3.12']
24-
java-version: ['8', '21']
24+
java-version: ['11', '21']
2525

2626
steps:
2727
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)