Skip to content

Commit 2e0d329

Browse files
author
TheSnoozer
committed
list all java versions we want to test
1 parent f388873 commit 2e0d329

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/default-tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,15 @@ jobs:
2727
matrix:
2828
java_version: [
2929
'11',
30-
# '12', '13', '14', '15', '16', '17', '18', '19', '20'
30+
'12',
31+
'13',
32+
'14',
33+
'15',
34+
'16',
35+
'17',
36+
'18',
37+
'19',
38+
'20'
3139
]
3240
steps:
3341
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)