add more jdk for testing (#93)

* add more jdk for testing
diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index e5488d8..e5c93cb 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -26,4 +26,5 @@
     name: Verify
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
     with:
-      jdk-distribution-matrix: '[ "temurin", "zulu" ]'
+      jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "liberica", "adopt-openj9" ]'
+      matrix-exclude: '[{ "jdk": "8", "distribution": "microsoft"}]'