From 4b334b7f5db69b94c559a2323915fa95735c0cbd Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Tue, 13 Jun 2023 01:38:40 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2bda624..f89804b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,12 +15,18 @@ jobs: name: Build strategy: matrix: - qt_version: [5.15.0, 6.2.6, 6.5.0] - platform: [ubuntu-20.04, windows-latest, macos-latest] + qt_version: + - 5.15.0 + - 6.2.6 + - 6.5.0 + platform: + - ubuntu-20.04 + - windows-latest + - macos-latest include: - - qt_version: 6.0.0 + - qt_version: 6.2.6 additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6 - - qt_version: 6.2.0 + - qt_version: 6.5.0 additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6 - platform: ubuntu-20.04 make: make