Skip to content

Commit f639a47

Browse files
committed
Test with Java 17ea and switch to AdoptOpenJDK
1 parent b52f4b8 commit f639a47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ ubuntu-18.04, ubuntu-20.04, windows-latest ]
18-
java: [ '8', '11' ]
18+
java: [ '8', '11', '17-ea' ]
1919
arch: [ 'x86', 'x64' ]
2020
exclude:
2121
- os: ubuntu-18.04
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
java-version: ${{ matrix.java }}
4545
architecture: ${{ matrix.arch }}
46-
distribution: zulu
46+
distribution: adopt
4747
check-latest: true
4848

4949
- name: Build with Maven

0 commit comments

Comments
 (0)