Don't fail fast jobs in build matrix

If one build for specific jdk fail we want to see result from others
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index e5c93cb..5e8c482 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,3 +28,4 @@
     with:
       jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "liberica", "adopt-openj9" ]'
       matrix-exclude: '[{ "jdk": "8", "distribution": "microsoft"}]'
+      verify-fail-fast: false