TENTACLES-16: Reduce JDK build matrix
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index cbbaa77..c61d8f4 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,8 +29,7 @@
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest]
-# Java 17 disabled, because we are running into https://bugs.openjdk.java.net/browse/JDK-8270866
-        java: [8, 11, 12, 13, 14, 15, 16]
+        java: [8, 11, 15, 16, 17]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}