org.hl7.fhir.core/pull-request-pipeline.yml
dotasek b855463aa7
Remove java 8 from the pull request pipeline (#871)
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-07-22 10:54:25 -04:00

18 lines
569 B
YAML

trigger: none
pr:
- master
- release
# Different users have different machine setups, we run the build three times, on ubuntu, osx, and windows.
# Azure doesn't always have the same Java versions on each system, so they are enumerated for each system independently.
jobs:
- template: pull-request-pipeline-parameterized.yml
parameters:
images:
- name: ubuntu-latest
jdkVersions: [ '1.11', '1.17']
- name: macos-latest
jdkVersions: [ '1.11', '1.17']
- name: windows-2019
jdkVersions: [ '1.11', '1.17']