Merge branch 'main' into dragonwell

This commit is contained in:
Ivan
2023-09-13 14:11:13 +02:00
committed by GitHub
35 changed files with 8688 additions and 11314 deletions

View File

@@ -32,7 +32,7 @@ jobs:
'corretto',
'dragonwell'
] # internally 'adopt-hotspot' is the same as 'adopt'
version: ['8', '11', '16']
version: ['8', '11', '17']
exclude:
- distribution: microsoft
version: 8
@@ -46,16 +46,17 @@ jobs:
version: 17
- distribution: oracle
os: windows-latest
version: 19
version: 20
- distribution: oracle
os: ubuntu-latest
version: 19
version: 20
- distribution: dragonwell
os: windows-latest
version: 17
- distribution: dragonwell
os: ubuntu-latest
version: 17
steps:
- name: Checkout
uses: actions/checkout@v3
@@ -81,11 +82,11 @@ jobs:
version:
- '11.0'
- '8.0.302'
- '16.0.2+7'
- '17.0.7+7'
include:
- distribution: oracle
os: ubuntu-latest
version: '19.0.1'
version: '20.0.1'
- distribution: dragonwell
os: ubuntu-latest
version: '11.0'