Skip to content
Snippets Groups Projects
Verified Commit 69de1d8c authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Bump tested Qt and Conan version.

parent b387a024
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ if(NOT OGS_USE_CONAN)
endif()
string(TOLOWER ${OGS_USE_CONAN} OGS_USE_CONAN_lower)
if(OGS_USE_CONAN_lower STREQUAL "auto" AND POETRY)
execute_process(COMMAND ${CMD_COMMAND} poetry add conan=${ogs.minimum_version.conan})
execute_process(COMMAND ${CMD_COMMAND} poetry add conan)
find_program(CONAN_CMD conan HINTS ${LOCAL_VIRTUALENV_BIN_DIRS}
REQUIRED NO_DEFAULT_PATH
)
......
......@@ -24,7 +24,7 @@
"tested_version": {
"vtk": "8.2.0",
"qt": {
"linux": "5.14.1",
"linux": "5.14.2",
"win": "5.13.2"
},
"ubuntu": "20.04"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment