diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/maven.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 332ce36d7..8c5f8d035 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ 8, 11, 15 ] + java: [ 8, 11, 16 ] steps: - uses: actions/checkout@v2 |