mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-08 13:54:44 +00:00
13 lines
246 B
YAML
13 lines
246 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']
|
||
|
strategy:
|
||
|
parallel: 9
|