File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 strategy :
2626 matrix :
2727 os : [windows-2022, windows-2025]
28- qt_ver : [6.10.0 ]
28+ qt_ver : [6.11.1 ]
2929 fail-fast : false
3030
3131 runs-on : ${{ matrix.os }}
@@ -124,7 +124,7 @@ jobs:
124124 - name : Install Qt
125125 uses : jurplel/install-qt-action@v4
126126 with :
127- version : 6.10.0
127+ version : 6.11.1
128128 modules : ' qtcharts'
129129 setup-python : ' false'
130130 cache : true
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-22.04
2525
2626 env :
27- QT_VERSION : 6.10.0
27+ QT_VERSION : 6.11.1
2828
2929 steps :
3030 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3636 image : ${{ matrix.image }}
3737
3838 env :
39- QT_VERSION : 6.10.0
39+ QT_VERSION : 6.11.1
4040
4141 steps :
4242 - uses : actions/checkout@v4
@@ -196,7 +196,7 @@ jobs:
196196 if : ${{ github.repository_owner == 'cppcheck-opensource' }}
197197
198198 env :
199- QT_VERSION : 6.10.0
199+ QT_VERSION : 6.11.1
200200
201201 steps :
202202 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2828 PYTHON_VERSION : 3.14
2929 # see https://www.pcre.org/original/changelog.txt
3030 PCRE_VERSION : 8.45
31- QT_VERSION : 6.10.0
31+ QT_VERSION : 6.11.1
3232 BOOST_MINOR_VERSION : 89
3333
3434 steps :
Original file line number Diff line number Diff line change 4242 runs-on : ubuntu-22.04
4343
4444 env :
45- QT_VERSION : 6.10.0
45+ QT_VERSION : 6.11.1
4646 ASAN_OPTIONS : detect_stack_use_after_return=1
4747 TSAN_OPTIONS : halt_on_error=1
4848 UBSAN_OPTIONS : print_stacktrace=1:halt_on_error=1:report_error_type=1
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-22.04
2222
2323 env :
24- QT_VERSION : 6.10.0
24+ QT_VERSION : 6.11.1
2525
2626 steps :
2727 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2828- Moved source code from https://github.com/danmar/cppcheck to https://github.com/cppcheck-opensource/cppcheck
2929- The official Windows binary is now built with Visual Studio 2026.
3030- Updated simplecpp to 1.7.0.
31+ - Updated Qt to 6.11.1 (official binary only).
3132-
You can’t perform that action at this time.
0 commit comments