summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-04-19 15:46:30 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-08-23 18:31:40 +0200
commit0428ede31e93f6fed829a1d6ef925140d291457f (patch)
tree8709cd4ae9f3bde1f5d342af96a227178096e626 /.github
parentfdec8e489c3abce6019969ea75bbbdf947541945 (diff)
downloadqutebrowser-0428ede31e93f6fed829a1d6ef925140d291457f.tar.gz
qutebrowser-0428ede31e93f6fed829a1d6ef925140d291457f.zip
Add test environments for Qt 6.2 and 6.3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3bebcfbc4..82ed575f9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -138,6 +138,14 @@ jobs:
- testenv: py311-pyqt515
os: ubuntu-20.04
python: "3.11-dev"
+ ### PyQt 6.2 (Python 3.9)
+ - testenv: py39-pyqt62
+ os: ubuntu-20.04
+ python: 3.9
+ ### PyQt 6.3 (Python 3.9)
+ - testenv: py39-pyqt63
+ os: ubuntu-20.04
+ python: 3.9
### macOS Big Sur: PyQt 5.15 (Python 3.9 to match PyInstaller env)
- testenv: py39-pyqt515
os: macos-11