Skip to content

Commit 3bd500a

Browse files
author
TheSnoozer
committed
github actions: java17 is still early access
1 parent d806a75 commit 3bd500a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/default-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,17 @@ jobs:
3232
include:
3333
- java_version: '16'
3434
java_allow_illegal_access: true
35-
- java_version: '17'
35+
- java_version: '17-ea'
3636
java_allow_illegal_access: true
3737

3838
steps:
3939
- uses: actions/checkout@v1
4040
- name: Set up JDK ${{ matrix.java_version }}
41-
uses: actions/setup-java@v1
41+
uses: actions/setup-java@v2
4242
with:
43+
distribution: 'zulu'
4344
java-version: ${{ matrix.java_version }}
45+
java-package: jdk
4446
- name: Cache local Maven repository
4547
uses: actions/cache@v1
4648
with:

0 commit comments

Comments
 (0)