File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,22 +19,22 @@ jobs:
1919 max-parallel : 1
2020 matrix :
2121 os : [ ubuntu-24.04 ]
22- qt-version : [ '6.8' ]
22+ qt-version : [ '6.8.3 ' ]
2323 override-compiler : [ '', GCC ] # Defaults: MSVC on Windows, Clang elsewhere
2424 include : # Attach API updating and static analysis to specific jobs
2525 - os : ubuntu-24.04
26- qt-version : ' 6.8'
26+ qt-version : ' 6.8.3 '
2727 override-compiler : GCC
2828 update-api : update-api
2929 static-analysis : sonar # NB: to use sonar with Clang, replace gcov usage with lcov
3030 - os : ubuntu-24.04
31- qt-version : ' 6.8'
31+ qt-version : ' 6.8.3 '
3232 override-compiler : ' '
3333 static-analysis : codeql
3434 - os : macos-14
35- qt-version : ' 6.8'
35+ qt-version : ' 6.8.3 '
3636 - os : windows-latest
37- qt-version : ' 6.8'
37+ qt-version : ' 6.8.3 '
3838
3939 env :
4040 GCC_VERSION : -13
You can’t perform that action at this time.
0 commit comments