stbischof commented on code in PR #402: URL: https://github.com/apache/felix-dev/pull/402#discussion_r2029539399
########## .github/workflows/maven-ci.yml: ########## @@ -27,10 +29,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Set up JDK 17 + - name: Set up JDK 8 uses: actions/setup-java@v4 with: - java-version: '17' + java-version: '8' Review Comment: you are right, will try to fix all test that need jdk 8 in framework https://github.com/apache/felix-dev/actions/runs/14275725289/job/40018259906#step:12:1151 -- 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: dev-unsubscr...@felix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org