Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Jan 18, 2025
1 parent 626572c commit a468a92
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ jobs:
src-doc-examples:
- false
qt:
- version: "5.9.0"
requested: "5.9.0"
modules: qtwebengine
- version: "5.15.2"
requested: "5.15"
modules: qtwebengine
- version: "6.3.2" # Qt 6.3 is not an LTS version, so '6.3.*' always resolves to '6.3.2'
requested: "6.3.*"
# In Qt 6.2.0+, qtwebengine requires qtpositioning and qtwebchannel
modules: qtwebengine qtpositioning qtwebchannel
# - version: "5.9.0"
# requested: "5.9.0"
# modules: qtwebengine
# - version: "5.15.2"
# requested: "5.15"
# modules: qtwebengine
# - version: "6.3.2" # Qt 6.3 is not an LTS version, so '6.3.*' always resolves to '6.3.2'
# requested: "6.3.*"
# # In Qt 6.2.0+, qtwebengine requires qtpositioning and qtwebchannel
# modules: qtwebengine qtpositioning qtwebchannel
- version: "6.7.0"
requested: "6.7.0"
modules: qtwebengine qtpositioning qtwebchannel
Expand Down Expand Up @@ -98,8 +98,8 @@ jobs:
add-tools-to-path: false
- os: ubuntu-24.04-arm
qt:
version: "6.8.0"
requested: "6.8.0"
version: "6.8.1"
requested: "6.8.1"
modules: qtwebengine qtpositioning qtwebchannel
specific-tools: tools_ifw

Expand Down

0 comments on commit a468a92

Please sign in to comment.