Skip to content

Commit

Permalink
Run scenario tests with multiple Java versions (#383)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday authored Feb 7, 2022
1 parent c32a342 commit fcbc5a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,14 @@ stages:
vmImage: ubuntu-20.04
dependsOn: []
timeoutInMinutes: 60
strategy:
matrix:
Java8:
JAVAVER: 8
Java11:
JAVAVER: 11
Java17:
JAVAVER: 17
steps:
- template: install_deps.yml
- checkout: self
Expand Down

0 comments on commit fcbc5a9

Please sign in to comment.