Skip to content

Commit d783ade

Browse files
committed
add Java 25 to testing matrix
1 parent 283f103 commit d783ade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
jre: [8, 11, 17, 21]
20+
jre: [8, 11, 17, 21, 25]
2121
fail-fast: false # Should swap to true if we grow a large matrix
2222

2323
steps:

0 commit comments

Comments
 (0)