Skip to content

Commit 8e5f465

Browse files
committed
Build against Qt 6.11 for testing
(Patch by jamesobutler)
1 parent 67236bc commit 8e5f465

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build_latest.yml

Lines changed: 4 additions & 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.10.*' ]
23+
qt-version: [ '5.12.*', '5.15.*', '6.11.*' ]
2424
python-version: [ '3.12' ]
2525
runs-on: ${{ matrix.os }}-latest
2626
steps:
@@ -37,6 +37,9 @@ jobs:
3737
version: ${{ matrix.qt-version }}
3838
modules: ${{startsWith(matrix.qt-version, '6') && 'qt5compat qtscxml qtpositioning qtwebchannel qtmultimedia qtwebengine' || '' }}
3939
arch: ${{ (matrix.os == 'ubuntu' && (startsWith(matrix.qt-version, '5') && 'gcc_64' || 'linux_gcc_64')) || startsWith(matrix.qt-version, '5.12') && 'win64_msvc2017_64' || startsWith(matrix.qt-version, '6') && 'win64_msvc2022_64' || 'win64_msvc2019_64' }}
40+
# aqtinstall 3.3.0 (latest release) lacks Qt 6.11 folder-structure support.
41+
# Use git 151f6f4 until aqtinstall 3.4.0 is released (miurahr/aqtinstall#1000).
42+
aqtsource: ${{ startsWith(matrix.qt-version, '6.11') && 'git+https://github.com/miurahr/aqtinstall.git@151f6f436c2f5a5ceb7890ad970ca6f3b4d83512' || '' }}
4043

4144
- name: Setup Python ${{ matrix.python-version }}
4245
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)