We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca58c5c commit 44b235cCopy full SHA for 44b235c
.github/workflows/client-ci.yml
@@ -25,8 +25,8 @@ jobs:
25
USE_STAGE: 'true' # Whether to include the stage repository.
26
TRAVIS_DIR: hugegraph-client/assembly/travis
27
# TODO: replace it with the (latest - n) commit id (n >= 15)
28
- # hugegraph commit date: 2025-10-30
29
- COMMIT_ID: 5b3d295
+ # hugegraph commit date: 2025-11-4
+ COMMIT_ID: b7998c1
30
strategy:
31
fail-fast: false
32
matrix:
0 commit comments