Skip to content

Commit

Permalink
Do not test Spring Boot 3 with JDK < 17
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Jan 21, 2022
1 parent a5c2bfa commit 47405a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
# Kotlin needs access to java.util
include:
- java: '8'
maven-opts: ''
maven-opts: -pl '!spring/test/shedlock-springboot-future-test'
- java: '11'
maven-opts: ''
maven-opts: -pl '!spring/test/shedlock-springboot-future-test'
- java: '17'
maven-opts: --add-opens java.base/java.util=ALL-UNNAMED
steps:
Expand Down

0 comments on commit 47405a7

Please sign in to comment.