Skip to content

Commit 67e60ab

Browse files
committed
Don't run on some Java versions.
1 parent bb79730 commit 67e60ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
os: [ ubuntu-latest, macos-latest, windows-latest ]
3535
## Different JDK versions have different implementations etc. -- test on all combinations (ideally 8 to latest).
3636
### exclude pre-8 (min development version jdk8)
37-
# typetools: Exclude 10 because of crashes in the compiler
38-
jdk: [ 8,9,11,12,13,14,15,16,17 ]
37+
# typetools: Exclude 10 because of crashes in the compiler, exclude others because they aren't found
38+
jdk: [ 8,11,13,15,16,17 ]
3939
env:
4040
OS: ${{ matrix.os }}
4141
JDK: ${{ matrix.jdk }}

0 commit comments

Comments
 (0)