Update GitHub build from Java 16 to 17.

Update GitHub build from Java 17-EA to 18-EA but comment it (not there
yet).
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index cf4dfa9..069dc2a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,11 +24,11 @@
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        java: [ 8, 11, 16 ]
+        java: [ 8, 11, 17 ]
         experimental: [false]
-        include:
-          - java: 17-ea
-            experimental: true
+#        include:
+#          - java: 18-ea
+#            experimental: true
         
     steps:
     - uses: actions/checkout@v2.3.4