ci: Update Conan to 2.22.2 (#6019)

This updates the CI image hashes after following change: https://github.com/XRPLF/ci/pull/81. And, since we use latest Conan, we can have `conan.lock` with a newline at the end, and we don't need to exclude it from `pre-commit` hooks any longer.
This commit is contained in:
Ayaz Salikhov
2025-11-10 21:23:40 +00:00
committed by Vladislav Vysokikh
parent 6b55db490e
commit 90894ec6c1
2 changed files with 2 additions and 3 deletions

View File

@@ -34,6 +34,5 @@ repos:
exclude: |
(?x)^(
external/.*|
.github/scripts/levelization/results/.*\.txt|
conan\.lock
.github/scripts/levelization/results/.*\.txt
)$

View File

@@ -53,4 +53,4 @@
]
},
"config_requires": []
}
}