Skip to content

Commit

Permalink
[ci]add jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
yndu13 committed May 26, 2022
1 parent 03d3e83 commit a9dd2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
# test against latest update of each major Java version, as well as specific updates of LTS versions:
java: [8, 9, 10, 11, 12, 13 ]
java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a9dd2ae

Please sign in to comment.