We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9d625 commit 87e6796Copy full SHA for 87e6796
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
29
strategy:
30
matrix:
31
- java: [ '11', '21' ]
+ java: [ '11', '21', '25' ]
32
33
name: Java ${{ matrix.Java }} build
34
0 commit comments