GitHub Actions dropped Qt v4.8.7

This library never intended to support Qt v4.x.x anyway
This commit is contained in:
Itay Grudev 2020-01-03 17:34:42 +00:00 committed by GitHub
parent a7a42d5ae4
commit 062dc014ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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