Skip to content

Commit

Permalink
Drop Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 10, 2024
1 parent e303bfe commit bf4864b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
java: [ 11, 17, 21 ]
java: [ 17, 21 ]
maven: [ 3.8.1, 3.9.6 ]

name: Java ${{ matrix.java }}, Maven ${{ matrix.maven }}
Expand Down

0 comments on commit bf4864b

Please sign in to comment.