Skip to content

Commit

Permalink
upgrade to qt 6.6.2 and remove older qt 6 versions (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
pifopi authored Feb 17, 2024
1 parent be9c08d commit 790c1d1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/cpp-ci-serial-programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,13 @@ jobs:
fail-fast: false
matrix:
os: [windows-2022, macos-12, ubuntu-22.04]
qt_version: ['5.12.12', '6.3.2', '6.5.2']
qt_version: ['5.12.12', '6.6.2']
include:
- qt_version: '5.12.12'
qt_version_major: '5'
qt_modules: ''

- qt_version: '6.3.2'
qt_version_major: '6'
qt_modules: 'qtmultimedia qtserialport'

- qt_version: '6.5.2'
- qt_version: '6.6.2'
qt_version_major: '6'
qt_modules: 'qtmultimedia qtserialport'

Expand Down

0 comments on commit 790c1d1

Please sign in to comment.