Added Qt 6.0 to the build tests

This commit is contained in:
Itay Grudev 2020-10-18 09:47:17 +01:00 committed by GitHub
parent a627bc24fa
commit cd18cd378f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
qt_version: [5.12.6, 5.13.2, 5.14.0, 5.15.0]
qt_version: [5.12.6, 5.13.2, 5.14.0, 5.15.0, 6.0.0]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}