We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c345e80 commit c580816Copy full SHA for c580816
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
fail-fast: false
26
matrix:
27
- java-version: [23]
+ java-version: [23, 24-ea]
28
timeout-minutes: 20
29
steps:
30
- name: Checkout source
0 commit comments