diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e62a71..607d1fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,4 +9,4 @@ jobs: name: Verify uses: takari/takari-gh-actions/.github/workflows/ci.yml@v2 with: - jdk-matrix: '[ 8 ]' # for POM one JDK is enough + jdk-matrix: '[ 11 ]' # for POM one JDK is enough