Skip to content

Commit 49596d0

Browse files
committed
Also try to generate wrappers for Qt 6.8
1 parent 6d9c9e7 commit 49596d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: ['ubuntu', 'windows']
23-
qt-version: [ '5.12.*', '5.15.*', '6.7.*' ]
23+
qt-version: [ '5.12.*', '5.15.*', '6.7.*', '6.8.*' ]
2424
python-version: [ '3.12' ]
2525
runs-on: ${{ matrix.os }}-latest
2626
steps:

0 commit comments

Comments
 (0)