Skip to content

Commit

Permalink
Drop building under Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
psibre committed Feb 8, 2024
1 parent 8c0e6f8 commit 185790b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:
os:
- ubuntu-latest
- macos-latest
java: [ 8, 11, 17 ]
java: [ 11, 17 ]
exclude:
- os: macos-latest
java: 8
- os: macos-latest
java: 17
fail-fast: false
Expand Down

0 comments on commit 185790b

Please sign in to comment.