uranusjr commented on code in PR #67826:
URL: https://github.com/apache/airflow/pull/67826#discussion_r3354818669


##########
.github/workflows/ci-arm.yml:
##########
@@ -964,18 +970,51 @@ jobs:
         uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd  # 
v6.0.2
         with:
           persist-credentials: false
-      # keep this in sync with the jvmTarget in java-sdk/build.gradle.kts
       - name: Setup Java
         uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654  # 
v5.2.0
         with:
           distribution: 'temurin'
-          java-version: '11'
+          java-version: ${{ env.JAVA_VERSION }}
       - name: "Cleanup dist files"
         run: rm -fv ./dist/*
       - name: Run Java SDK tests
         working-directory: ./java-sdk
         run: ./gradlew test
 
+  build-java-sdk-docs:

Review Comment:
   Resolved. We don’t actually needs to care about older releases here since 
`ci-*` is only run against HEAD. But the release jobs (in 
publish-docs-to-s3.yaml) would need some additional conditions.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to