Skip to content

Commit

Permalink
Use Java 15 in CI instead of Java 14
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Sep 17, 2020
1 parent b531eaf commit 5032406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ jobs:
maven_args: "-pl !integration-tests/gradle -pl !integration-tests/maven"
}
- {
name: "14",
java-version: 14,
name: "15",
java-version: 15,
maven_args: "-pl !integration-tests/gradle -pl !integration-tests/maven -pl !integration-tests/kubernetes/quarkus-standard-way"
}

Expand Down

0 comments on commit 5032406

Please sign in to comment.