Skip to content

Commit

Permalink
Remove Java 8 GH action build
Browse files Browse the repository at this point in the history
The newest version of maven does not work with Java 8. The jenkins build uses an older version of maven, but github actions have no intention of allowing the confiugration of the maven version actions/setup-java#457
  • Loading branch information
Azquelt authored Apr 18, 2024
1 parent 1527c6a commit f791a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 11]
java: [11]
name: build with jdk ${{matrix.java}}

steps:
Expand Down

0 comments on commit f791a02

Please sign in to comment.