diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d258e2d55e..b48b2cd42d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,10 @@ concurrency: jobs: build: uses: openrewrite/gh-automation/.github/workflows/ci-gradle.yml@main + with: + java_version: | + 25 + 21 secrets: gradle_enterprise_access_key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }} sonatype_username: ${{ secrets.SONATYPE_USERNAME }}