We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d12764 commit 018c1a5Copy full SHA for 018c1a5
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
strategy:
28
matrix:
29
- java: [11, 17, 21]
+ java: [11, 17, 21, 25]
30
fail-fast: false
31
steps:
32
- uses: actions/checkout@v5
0 commit comments