CI-windows.yml: updated Qt 6.3 to `6.3.1` (#4347)

This commit is contained in:
Oliver Stöneberg 2022-08-13 08:29:21 +02:00 committed by GitHub
parent afef71f6b6
commit 4b00fbfda6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
matrix:
os: [windows-2019, windows-2022]
arch: [x64, x86]
qt_ver: ['', 5.15.2, 6.2.4, 6.3.0]
qt_ver: ['', 5.15.2, 6.2.4, 6.3.1]
fail-fast: false
runs-on: ${{ matrix.os }}