diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/tests.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 45f68da2..cc1d7ebd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,9 +22,15 @@ jobs: - os: ubuntu-latest config: full qt_version: 5.9.* + - os: ubuntu-latest + config: minimal + qt_version: 6.0.* + - os: ubuntu-latest + config: minimal + qt_version: 6.*.* - os: macos-latest - config: full - qt_version: 5.9.* + config: minimal + qt_version: 6.*.* steps: - uses: actions/checkout@v2 - name: Install Qt |
