From 62fa5c6d4005f331a953caffc36824a213b71cb1 Mon Sep 17 00:00:00 2001 From: zhihanz Date: Mon, 2 Sep 2024 18:14:42 +0800 Subject: [PATCH] chore: update to minimum supported jdbc version --- .github/workflows/test_cluster.yml | 2 +- .gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_cluster.yml b/.github/workflows/test_cluster.yml index e9e32d23..a9a348c4 100644 --- a/.github/workflows/test_cluster.yml +++ b/.github/workflows/test_cluster.yml @@ -31,7 +31,7 @@ jobs: - uses: ./.github/actions/setup_databend_cluster timeout-minutes: 15 with: - version: '1.2.616-nightly' + version: '1.2.629-nightly' target: 'x86_64-unknown-linux-gnu' - name: Run Maven clean deploy with release profile run: mvn test -DexcludedGroups=FLAKY diff --git a/.gitignore b/.gitignore index 518817bd..b510ae56 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .idea/ databend-jdbc/databend-jdbc-debug.log target/ - +/databend/ .databend/