This is an automated email from the ASF dual-hosted git repository. zakelly pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git
The following commit(s) were added to refs/heads/master by this push: new bdddfbf [hotfix] Bump CI to jdk17 (#102) bdddfbf is described below commit bdddfbf136bdff818fbb469ad5e64f3b650419c4 Author: Zakelly <zakelly....@gmail.com> AuthorDate: Wed Jan 22 15:10:11 2025 +0800 [hotfix] Bump CI to jdk17 (#102) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b08ec25..5e96427 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Set JDK uses: actions/setup-java@v3 with: - java-version: 11 + java-version: 17 distribution: 'temurin' cache: 'maven'