Skip to content

Commit

Permalink
Add JDK 8 to the Github actions for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
bramp committed Mar 11, 2024
1 parent 053c32c commit be9d457
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ jobs:
strategy:
matrix:
# Long term supported versions
java-version: [11, 17, 21]

# TODO Add support for 8, but it fails with
# java.lang.UnsupportedClassVersionError: com/spotify/fmt/FMT has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
java-version: [8, 11, 17, 21]

# TODO Should we test locales? The old travis setup did, see:
# https://github.com/bramp/ffmpeg-cli-wrapper/pull/55
Expand Down

0 comments on commit be9d457

Please sign in to comment.