Skip to content

Commit 536f14d

Browse files
authored
chore: add JDK 25 to the CI (#3101)
1 parent 5afcef5 commit 536f14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
java: [11, 17, 21]
15+
java: [11, 17, 21, 25]
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818
- uses: actions/setup-java@v2

0 commit comments

Comments
 (0)