Skip to content

Commit

Permalink
Only use Java 21.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Feb 20, 2024
1 parent bfe7c5c commit aee215f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11, 14, 17, 21 ]
java: [ 21 ]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit aee215f

Please sign in to comment.