We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93133c6 commit 6d9ab29Copy full SHA for 6d9ab29
.github/workflows/build_latest.yml
@@ -20,7 +20,7 @@ jobs:
20
fail-fast: false
21
matrix:
22
os: ['ubuntu', 'windows']
23
- qt-version: [ '5.12.*', '5.15.*', '6.7.*', '6.8.*' ]
+ qt-version: [ '5.12.*', '5.15.*', '6.7.*', '6.8.1' ]
24
python-version: [ '3.12' ]
25
runs-on: ${{ matrix.os }}-latest
26
steps:
0 commit comments