Skip to content

Commit

Permalink
Drop Java 11 build
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Oct 14, 2022
1 parent b8310c2 commit 60af3ce
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11', '17', '19']
java: [ '17', '19']
# Kotlin needs access to java.util
include:
- java: '11'
maven-opts: ''
maven-params: -pl '!spring/test/shedlock-springboot-future-test,!providers/neo4j/shedlock-provider-neo4j'
- java: '17'
maven-opts: --add-opens java.base/java.util=ALL-UNNAMED
maven-params: ''
Expand Down

0 comments on commit 60af3ce

Please sign in to comment.