Skip to content

Commit 59045d2

Browse files
committed
add Java 21 to test matrix
1 parent 9c304e9 commit 59045d2

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
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-22.04
88
strategy:
99
matrix:
10-
javaVersion: [ "17" ]
10+
javaVersion: [ "17", "21" ]
1111
javaDistribution: [ "adopt", "zulu" ]
1212
name: Java ${{ matrix.javaVersion }}-${{ matrix.javaDistribution }}
1313
steps:

0 commit comments

Comments
 (0)