Skip to content

Commit 3ed7817

Browse files
committed
Also test with Qt 6.8
1 parent d146510 commit 3ed7817

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/integration.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010

1111
matrix:
12-
version: ['5.15.2', '6.5.3']
12+
version: ['5.15.2', '6.5.3', '6.8.0']
1313
platform: ['android', 'linux', 'ios', 'macos', 'mingw', 'msvc']
1414

1515
include:
@@ -57,6 +57,9 @@ jobs:
5757

5858
- platform: msvc
5959
arch: win64_msvc2019_64
60+
- platform: msvc
61+
version: '6.8.0'
62+
arch: win64_msvc2022_64
6063

6164
# ------------------------------------------------------------------------- select platform specific CMake flags
6265

0 commit comments

Comments
 (0)