Skip to content

Commit 4fc947d

Browse files
committed
Also try to build against Qt 6.5
1 parent b725d6a commit 4fc947d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
qt-version: [ '5.12.*', '5.15.*' ]
18+
qt-version: [ '5.12.*', '5.15.*', '6.5.*' ]
1919
python-version: [ '3.12' ]
2020
runs-on: ubuntu-latest
2121
steps:

0 commit comments

Comments
 (0)