Skip to content

Commit

Permalink
Remove Qt 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek authored Oct 18, 2022
1 parent 5b326fe commit 33b0c71
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Linux: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/
# macOS: https://download.qt.io/online/qtsdkrepository/mac_x64/desktop/
# Windows: https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/
qt-version: ['5.9.9', '5.13.2', '5.14.2', '5.15.2', '6.3.2', '6.4.0']
qt-version: ['5.9.9', '5.13.2', '5.14.2', '5.15.2', '6.3.2']
experimental: [false]
exclude:
# Failing SSL Tests
Expand Down Expand Up @@ -129,24 +129,24 @@ jobs:
version: ${{ matrix.qt-version }}
arch: win64_mingw81
cached: ${{ steps.cache-qt.outputs.cache-hit }}
- if: contains( matrix.os, 'windows') && ( matrix.qt-version == '6.4.0' ) && steps.changes.outputs.DO_BUILD
name: Install Qt 6.4.0 on Windows
- if: contains( matrix.os, 'windows') && ( matrix.qt-version == '6.3.2' ) && steps.changes.outputs.DO_BUILD
name: Install Qt 6.3.2 on Windows
uses: jurplel/install-qt-action@v2
with:
aqtversion: '==2.0.0'
version: ${{ matrix.qt-version }}
arch: win64_mingw81
modules: qtwebsockets
cached: ${{ steps.cache-qt.outputs.cache-hit }}
- if: false == contains( matrix.os, 'windows') && ( matrix.qt-version != '6.4.0' ) && steps.changes.outputs.DO_BUILD
- if: false == contains( matrix.os, 'windows') && ( matrix.qt-version != '6.3.2' ) && steps.changes.outputs.DO_BUILD
name: Install Qt < 6 on Linux/macOS
uses: jurplel/install-qt-action@v2
with:
aqtversion: '==2.0.0'
version: ${{ matrix.qt-version }}
cached: ${{ steps.cache-qt.outputs.cache-hit }}
- if: false == contains( matrix.os, 'windows') && ( matrix.qt-version == '6.4.0' ) && steps.changes.outputs.DO_BUILD
name: Install Qt 6.4.0 on Linux/macOS
- if: false == contains( matrix.os, 'windows') && ( matrix.qt-version == '6.3.2' ) && steps.changes.outputs.DO_BUILD
name: Install Qt 6.3.2 on Linux/macOS
uses: jurplel/install-qt-action@v2
with:
aqtversion: '==2.0.0'
Expand Down

0 comments on commit 33b0c71

Please sign in to comment.