Skip to content

Commit d806a75

Browse files
author
TheSnoozer
committed
github actions: see if github actions already knows about java17
1 parent 1b73d33 commit d806a75

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/default-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
include:
3333
- java_version: '16'
3434
java_allow_illegal_access: true
35+
- java_version: '17'
36+
java_allow_illegal_access: true
3537

3638
steps:
3739
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)