Skip to content

Commit

Permalink
chore: update to minimum supported jdbc version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhiHanZ committed Sep 2, 2024
1 parent a7547de commit 62fa5c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.idea/
databend-jdbc/databend-jdbc-debug.log
target/

/databend/
.databend/

0 comments on commit 62fa5c6

Please sign in to comment.