Skip to content

Commit

Permalink
JDK16 is now GA. Test on JDK17-ea (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbwiddis authored Mar 16, 2021
1 parent 0de51b3 commit 7f4a33e
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
java: [8, 11, 15, 16-ea]
java: [8, 11, 16, 17-ea]
os: [ubuntu-latest, macos-latest]
# Run all tests even if one fails
fail-fast: false
Expand Down

0 comments on commit 7f4a33e

Please sign in to comment.