We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59141d8 commit 332a3b4Copy full SHA for 332a3b4
.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, 21, 22]
+ java: [11, 17, 21, 22, 23-ea]
12
distribution: ['temurin']
13
fail-fast: false
14
max-parallel: 4
0 commit comments