Skip to content

Commit c5d043a

Browse files
author
TheSnoozer
committed
github actions: we can not define a list in the include section
1 parent d4c79c3 commit c5d043a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/default-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
java_allow_illegal_access: [false]
3131
java_version: ['8', '9', '10', '11', '12', '13', '14', '15']
3232
include:
33-
- java_version: ['16']
33+
- java_version: '16'
3434
java_allow_illegal_access: true
3535

3636
steps:

0 commit comments

Comments
 (0)