Skip to content

Commit

Permalink
Build: Disable Java 11 and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
LlamaLad7 committed Nov 13, 2023
1 parent 65e791c commit d0a11b4
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 @@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
java: [11-jdk, 16-jdk, 17-jdk, 21-jdk]
java: [17-jdk, 21-jdk]
runs-on: ubuntu-22.04
container:
image: eclipse-temurin:${{ matrix.java }}
Expand Down

0 comments on commit d0a11b4

Please sign in to comment.