CI-windows.yml: added Qt 6.4.0 / updated Qt to 6.3.2 (#4531)

This commit is contained in:
Oliver Stöneberg 2022-10-02 07:13:49 +02:00 committed by GitHub
parent ee124cd097
commit 6c11e2a4ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [windows-2019, windows-2022]
qt_ver: [5.15.2, 6.2.4, 6.3.1]
qt_ver: [5.15.2, 6.2.4, 6.3.2, 6.4.0]
fail-fast: false
runs-on: ${{ matrix.os }}