Skip to content

Commit 57782e5

Browse files
author
TheSnoozer
committed
add java 20 to the test list
1 parent f0f6104 commit 57782e5

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
steps:
3636
- uses: actions/checkout@v3
3737
with:

0 commit comments

Comments
 (0)