We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97d8d7 commit 961e37bCopy full SHA for 961e37b
.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ jobs:
9
matrix:
10
cache: [maven]
11
distribution: [temurin]
12
- java: [17, 21, 22, 23-ea]
+ java: [17, 21, 23, 24-ea, 25-ea]
13
os: [ubuntu-latest]
14
fail-fast: false
15
max-parallel: 4
0 commit comments