Skip to content

Commit 1931bef

Browse files
authored
ci: upgrade tests to JDk 25 (#1806)
1 parent a9bf3e1 commit 1931bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
java: [11, 17, 21, 24]
28+
java: [11, 17, 21, 25]
2929
steps:
3030
- uses: actions/checkout@v4
3131
- uses: actions/setup-java@v4
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
java: [11, 17, 21, 24]
44+
java: [11, 17, 21, 25]
4545
steps:
4646
- uses: actions/checkout@v4
4747
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)