smaller tests matrix

This commit is contained in:
Evgenii Korolevskii 2022-12-08 12:30:33 +01:00
parent 78a90d38d3
commit 26b4abc159

View File

@ -261,7 +261,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
distribution: ['temurin', 'adopt', 'adopt-openj9', 'zulu', 'liberica', 'microsoft', 'corretto' ]
distribution: ['temurin', 'zulu', 'microsoft' ]
steps:
- name: Checkout
uses: actions/checkout@v3
@ -286,7 +286,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
distribution: ['temurin', 'adopt', 'adopt-openj9', 'zulu', 'liberica', 'microsoft' ]
distribution: ['temurin', 'zulu', 'liberica', 'microsoft' ]
steps:
- name: Checkout
uses: actions/checkout@v3
@ -334,7 +334,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
distribution: ['adopt', 'adopt-openj9', 'zulu', 'liberica', ]
distribution: ['adopt', 'zulu', 'liberica' ]
steps:
- name: Checkout
uses: actions/checkout@v3