Skip to content

Commit

Permalink
Don't run on some Java versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst committed Apr 30, 2024
1 parent bb79730 commit 67e60ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
os: [ ubuntu-latest, macos-latest, windows-latest ]
## Different JDK versions have different implementations etc. -- test on all combinations (ideally 8 to latest).
### exclude pre-8 (min development version jdk8)
# typetools: Exclude 10 because of crashes in the compiler
jdk: [ 8,9,11,12,13,14,15,16,17 ]
# typetools: Exclude 10 because of crashes in the compiler, exclude others because they aren't found
jdk: [ 8,11,13,15,16,17 ]
env:
OS: ${{ matrix.os }}
JDK: ${{ matrix.jdk }}
Expand Down

0 comments on commit 67e60ab

Please sign in to comment.