mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-15 01:05:07 +00:00
11 lines
218 B
YAML
11 lines
218 B
YAML
trigger: none
|
|
|
|
pr:
|
|
- master
|
|
- release
|
|
|
|
jobs:
|
|
- template: pull-request-pipeline-parameterized.yml
|
|
parameters:
|
|
imageName: [ 'ubuntu-latest', 'macos-latest', 'windows-2019' ]
|
|
jdkVersion: [ '1.8', '1.11', '1.17'] |