Skip to content

Commit e6e0d8e

Browse files
author
TheSnoozer
committed
add java 20 for testing
1 parent d8ec6a0 commit e6e0d8e

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
@@ -31,7 +31,7 @@ jobs:
3131
needs: checkstyle
3232
strategy:
3333
matrix:
34-
java_version: ['11', '12', '13', '14', '15', '16', '17', '18', '19']
34+
java_version: ['11', '12', '13', '14', '15', '16', '17', '18', '19', '20']
3535

3636
steps:
3737
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)