Skip to content

Commit

Permalink
Merge pull request #675 from Netcentric/feature/main-build-with-jdk17
Browse files Browse the repository at this point in the history
Run Main Build with Java 17
  • Loading branch information
ghenzler authored Sep 29, 2023
2 parents 6a3ccd2 + aff7c04 commit 03a4d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
jdk: [8, 11, 17]
include:
# lengthy build steps should only be performed on linux with Java 11 (Sonar analysis, deployment)
# lengthy build steps should only be performed on linux with Java 17 (Sonarcloud analysis, deployment)
- os: ubuntu-latest
jdk: 11
jdk: 17
isMainBuildEnv: true
fail-fast: false

Expand Down

0 comments on commit 03a4d73

Please sign in to comment.