Skip to content

Commit bbc1d46

Browse files
committed
ci: Add coverage for Qt 6.9
1 parent 2325891 commit bbc1d46

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/build.yml

+4-1
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)