Skip to content

Commit 178667e

Browse files
committed
ci: Add coverage for Qt 6.9
1 parent 74b01d6 commit 178667e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ jobs:
3636
qt_modules: qtscxml
3737
qt_arch: win64_msvc2019_64
3838
macos_architectures: "x86_64;arm64"
39-
39+
- qt_version: 6.9.0 # Bump to latest freely
40+
qt_modules: qtscxml
41+
qt_arch: win64_msvc2022_64
42+
macos_architectures: "x86_64;arm64"
4043
steps:
4144
- name: Install Dependencies on Linux
4245
if: ${{ runner.os == 'Linux' }}

0 commit comments

Comments
 (0)