CI-windows.yml: removed Qt 6.3 from build matrix (#4829)

This commit is contained in:
Oliver Stöneberg 2023-03-02 21:43:58 +01:00 committed by GitHub
parent fd98e006a7
commit 7c73ecfec7
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.2]
qt_ver: [5.15.2, 6.2.4, 6.4.2]
fail-fast: false
runs-on: ${{ matrix.os }}