We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b725d6a commit 4fc947dCopy full SHA for 4fc947d
.github/workflows/build_latest.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- qt-version: [ '5.12.*', '5.15.*' ]
+ qt-version: [ '5.12.*', '5.15.*', '6.5.*' ]
19
python-version: [ '3.12' ]
20
runs-on: ubuntu-latest
21
steps:
0 commit comments