Skip to content

Commit

Permalink
Disable the JDK 14 build for now as it's totally unstable
Browse files Browse the repository at this point in the history
It's probably a GitHub infra issue but we don't have any useful log...
  • Loading branch information
gsmet committed Aug 18, 2020
1 parent 0ba73ea commit df38112
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,12 @@ jobs:
java-version: 11,
maven_args: "-pl !integration-tests/gradle"
}
- {
name: Java 14,
java-version: 14,
maven_args: "-pl !integration-tests/gradle"
}
# Disabled for now as totally unstable
#- {
# name: Java 14,
# java-version: 14,
# maven_args: "-pl !integration-tests/gradle"
#}

services:
keycloak:
Expand Down

0 comments on commit df38112

Please sign in to comment.