Skip to content

Commit

Permalink
Update java versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed May 11, 2021
1 parent 9e1e8e3 commit 8a0f956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
# test against latest update of each major Java version, as well as specific updates of LTS versions:
java: [ 8.0.x, 9.0.x, 10.0.x, 11.0.x, 12.0.x, 13.0.x ]
java: [ 8.0.x, 9.0.x, 10.0.x, 11.0.x, 12.0.x, 16.0.x ]
steps:
- uses: actions/checkout@v2
- name: Setup Java
Expand Down

0 comments on commit 8a0f956

Please sign in to comment.