Skip to content

Commit 760f248

Browse files
authored
Add java 21 to build matrix (#261)
1 parent e97b26b commit 760f248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
java: [8, 11, 17]
14+
java: [8, 11, 17, 21]
1515
scala: [2.13.x, 3.x]
1616
runs-on: ubuntu-latest
1717
if: ${{ github.event_name != 'schedule' }}

0 commit comments

Comments
 (0)