Skip to content

Commit b9b9b49

Browse files
committed
ci: add jdk 25
1 parent 09bb797 commit b9b9b49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest, macos-latest, windows-latest]
21-
jdk: [21] # (open)JDK releases
21+
jdk: [21, 25] # (open)JDK releases
2222
runs-on: ${{ matrix.os }}
2323

2424
steps:

0 commit comments

Comments
 (0)