Skip to content

Commit b61b3c8

Browse files
authored
Add java 21 to build matrix
1 parent 54a5541 commit b61b3c8

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

0 commit comments

Comments
 (0)