Skip to content

Commit 05bb612

Browse files
authored
Merge pull request #494 from dradoudine/java21-25
Upgrade ti java21/25
2 parents efd329b + d271cc8 commit 05bb612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
platform: [ubuntu-latest, macos-latest, windows-latest]
15-
jdk: [17, 21]
15+
jdk: [21, 25]
1616

1717
runs-on: ${{ matrix.platform }}
1818
name: on ${{ matrix.platform }} with JDK ${{ matrix.jdk }}

0 commit comments

Comments
 (0)