Skip to content

Commit

Permalink
Merge pull request #626 from eclipse/Azquelt-disable-java8-action-build
Browse files Browse the repository at this point in the history
Remove broken Java 8 GH action build
  • Loading branch information
Azquelt authored Apr 18, 2024
2 parents 1527c6a + f791a02 commit 298dd53
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 298dd53

Please sign in to comment.