mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-12 07:44:43 +00:00
Add Java 17 to Ubuntu PR pipeline (#828)
Azure now supports Java 17 on their Ubuntu pipeline so we can add it. Co-authored-by: dotasek <david.otasek@smilecdr.com>
This commit is contained in:
parent
2c8db93787
commit
5aa2d8db8e
@ -4,13 +4,14 @@ pr:
|
|||||||
- master
|
- master
|
||||||
- release
|
- release
|
||||||
|
|
||||||
# Different users have different machine setups, we run the build three times, on ubuntu, osx, and windows
|
# 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:
|
jobs:
|
||||||
- template: pull-request-pipeline-parameterized.yml
|
- template: pull-request-pipeline-parameterized.yml
|
||||||
parameters:
|
parameters:
|
||||||
images:
|
images:
|
||||||
- name: ubuntu-latest
|
- name: ubuntu-latest
|
||||||
jdkVersions: [ '1.8', '1.11' ]
|
jdkVersions: [ '1.8', '1.11', '1.17']
|
||||||
- name: macos-latest
|
- name: macos-latest
|
||||||
jdkVersions: [ '1.8', '1.11', '1.17']
|
jdkVersions: [ '1.8', '1.11', '1.17']
|
||||||
- name: windows-2019
|
- name: windows-2019
|
||||||
|
Loading…
x
Reference in New Issue
Block a user