Skip to content

Commit

Permalink
ci: remove JDK 8 and 11 from the matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <[email protected]>
  • Loading branch information
berezovskyi committed Jan 1, 2024
1 parent cfa278e commit cfd4d21
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 @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: ['8', '11', '17', '21', '22-ea']
jdk: ['17', '21', '22-ea']
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit cfd4d21

Please sign in to comment.