We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b235c commit f901c17Copy full SHA for f901c17
.github/workflows/tools-ci.yml
@@ -26,8 +26,8 @@ jobs:
26
TRAVIS_DIR: hugegraph-tools/assembly/travis
27
# TODO: could we use one param to unify it? or use a action template (could use one ci file)
28
# TODO: replace it with the (latest - n) commit id (n >= 15)
29
- # hugegraph commit date: 2025-10-30
30
- COMMIT_ID: 5b3d295
+ # hugegraph commit date: 2025-11-4
+ COMMIT_ID: b7998c1
31
strategy:
32
matrix:
33
JAVA_VERSION: [ '11' ]
0 commit comments