Skip to content

Commit

Permalink
Removing java 11 from build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Oct 7, 2024
1 parent bf38f6f commit b016f34
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 @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
jdk: [ 11, 17, 21 ]
jdk: [ 17, 21 ]
experimental: [false]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b016f34

Please sign in to comment.