From a9dc4915371087e2d706fad95d4fccf11745ba63 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sun, 4 Sep 2022 18:53:35 +0200 Subject: ci: Add Qt 6 builds --- .github/workflows/tests.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.2.3