Skip to content

Commit

Permalink
[actions] replace java 15 with 17 and 18-ea
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 8, 2021
1 parent c77c772 commit 6de398a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [windows-2016, windows-latest]
java: [8, 11, 15]
java: [8, 11, 17, 18-ea]
fail-fast: false
max-parallel: 4
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
Expand Down

0 comments on commit 6de398a

Please sign in to comment.