Skip to content

Commit

Permalink
build: remove jdk 11 build
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <[email protected]>
  • Loading branch information
berezovskyi committed Aug 11, 2023
1 parent bcff3da commit 47d06ce
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,13 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: ['11', '17']
jdk: ['17']
# temurin is Eclipse/AdoptOpenJDK/Adoptium
# 'liberica' is a preferred Spring SDK
distribution: ['temurin']
experimental: [false]
# jena 3.x has some locking problems under JDK 16/17
include:
# - jdk: '15' # Zulu MTS
# experimental: true
# distribution: zulu
# - jdk: '16'
# experimental: true
# distribution: zulu
- jdk: '20'
distribution: zulu
experimental: true
Expand Down

0 comments on commit 47d06ce

Please sign in to comment.