Skip to content

Commit 6001a99

Browse files
authored
Add more java versions to test matrix (#13)
1 parent 5981de5 commit 6001a99

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
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
java: [ 8, 9, 10, 11, 12, 13, 14, 15 ]
14+
java: [ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ]
1515
env:
1616
JAVA: ${{ matrix.java }}
1717
name: Java ${{ matrix.java }}

0 commit comments

Comments
 (0)