Skip to content

Commit 155e5f8

Browse files
author
TheSnoozer
committed
run tests with java 14, 15 and java 16
1 parent e9fb310 commit 155e5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
needs: checkstyle
2828
strategy:
2929
matrix:
30-
java_version: ['8', '9', '10', '11', '12', '13']
30+
java_version: ['8', '9', '10', '11', '12', '13', '14', '15', '16']
3131

3232
steps:
3333
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)