We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d427b commit 1fdad28Copy full SHA for 1fdad28
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: [ubuntu-latest, macOS-latest, windows-latest]
11
- java: [11, 17, 18, 19-ea]
+ java: [11, 17, 19, 20-ea]
12
distribution: ['zulu']
13
profile: [cdi-1.1, cdi-1.2, cdi-2.0]
14
fail-fast: false
0 commit comments