summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-12-03 10:15:14 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-12-03 10:15:14 +0100
commit64c1c03d5bdc60e6218b046567f812d6406b6779 (patch)
treedd6044c612ccf236654fa06bbf14bd244d1ef286 /.github
parent500de10288f341d852ddb933d92520f3ddae8d38 (diff)
downloadqutebrowser-64c1c03d5bdc60e6218b046567f812d6406b6779.tar.gz
qutebrowser-64c1c03d5bdc60e6218b046567f812d6406b6779.zip
ci: Add Qt 5.15.0
We test Qt 5.15.2, but that's based on a newer Chromium version: Qt 5.14.x -> Chromium 77 Qt 5.15.0 -> Chromium 80 Qt 5.15.2 -> Chromium 83 Some behavior changes between Chromium versions (see e.g. #5915), so it makes sense to test both. Picking 5.15.0 rather than .1 due to renderer process crashes in 5.15.1 (#5721). Doesn't matter much on the CI as we don't use WebRTC, but if someone wants to downgrade with mkvenv.py for some reason, .0 will be more useful than .1.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8e1f1341f..5a6f4b591 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -112,6 +112,10 @@ jobs:
- testenv: py38-pyqt514
os: ubuntu-20.04
python: 3.8
+ ### PyQt 5.15.0 (Python 3.9)
+ - testenv: py39-pyqt5150
+ os: ubuntu-20.04
+ python: 3.9
### PyQt 5.15 (Python 3.9, with coverage)
- testenv: py39-pyqt515-cov
os: ubuntu-20.04