No longer testing against 5.9, but added 5.15

Since Qt 5.9's life has now ended there is no longer a requirement to support it for SingleApplication purposes as well.
This commit is contained in:
Itay Grudev 2020-06-01 20:22:18 +01:00 committed by GitHub
parent 318e893073
commit c6bc056623
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.9.8, 5.12.6, 5.13.2, 5.14.0]
qt_version: [5.12.6, 5.13.2, 5.14.0, 5.15.0]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}