Skip to content

Commit

Permalink
Remove Java 11 from build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SravanThotakura05 committed Oct 23, 2024
1 parent b038a4a commit 1a61962
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 @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
java: [11, 17, 21]
java: [17, 21]
runs-on: ${{ matrix.os }}
steps:
- name: Prepare git
Expand Down

0 comments on commit 1a61962

Please sign in to comment.