We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283f103 commit d783adeCopy full SHA for d783ade
1 file changed
.github/workflows/testing.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- jre: [8, 11, 17, 21]
+ jre: [8, 11, 17, 21, 25]
21
fail-fast: false # Should swap to true if we grow a large matrix
22
23
steps:
0 commit comments