Skip to content

Commit e4f4762

Browse files
authored
Merge pull request #336 from Philippus/patch-1
Add java 25 to build matrix
2 parents f01052b + bd5f610 commit e4f4762

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
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
java: [8, 11, 17, 21]
12+
java: [8, 11, 17, 21, 25]
1313
scala: [2.11.x, 2.12.x, 2.13.x, 3.x]
1414
runs-on: ubuntu-latest
1515
steps:

0 commit comments

Comments
 (0)