Skip to content

Commit 4c112f3

Browse files
authored
Switch JDK to Zulu
1 parent 16f948b commit 4c112f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/maven.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ on:
3535
os-matrix:
3636
description: 'os matrix as json array'
3737
required: false
38-
default: '[ "ubuntu-latest", "windows-latest", "macOS-latest" ]'
38+
default: '[ "ubuntu-latest", "windows-latest", "macos-latest" ]'
3939
type: string
4040

4141
jdk-matrix:
4242
description: 'jdk matrix as json array'
4343
required: false
44-
default: '[ "8", "11", "17", "21" ]'
44+
default: '[ "8", "17", "21" ]'
4545
type: string
4646

4747
matrix-exclude:
@@ -59,19 +59,19 @@ on:
5959
jdk-distribution-matrix:
6060
description: 'jdk distribution matrix'
6161
required: false
62-
default: '[ "temurin" ]'
62+
default: '[ "zulu" ]'
6363
type: string
6464

6565
jdk-fast-fail-build:
6666
description: 'jdk fast fail build'
6767
required: false
68-
default: '17'
68+
default: '21'
6969
type: string
7070

7171
jdk-distribution-fast-fail-build:
7272
description: 'jdk distribution fast fail build'
7373
required: false
74-
default: 'temurin'
74+
default: 'zulu'
7575
type: string
7676

7777
jobs:

0 commit comments

Comments
 (0)