CI-windows.yml: updated to Qt 6.4.2 in CI (#4588)

This commit is contained in:
Oliver Stöneberg 2023-02-12 16:03:11 +01:00 committed by GitHub
parent 8c527bf132
commit 26bb55154f
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.2, 6.4.0]
qt_ver: [5.15.2, 6.2.4, 6.3.2, 6.4.2]
fail-fast: false
runs-on: ${{ matrix.os }}