NO-JIRA: update to JDK16 now it is released
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b905791..da9b057 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,7 +8,7 @@
     strategy:
       fail-fast: false
       matrix:
-        java: [ 8, 11, 15 ]
+        java: [ 8, 11, 16 ]
 
     steps:
       - uses: actions/checkout@v2