summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-11-03 20:37:32 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-11-04 18:30:04 +0100
commitcc8de06082a2beb2ea1db22aed4405053dba217b (patch)
tree1d9c0b9d16bd66468eb87e96032b9328db378903 /.github
parent923c248e1296d12072d03500276587999fd610d0 (diff)
downloadqutebrowser-cc8de06082a2beb2ea1db22aed4405053dba217b.tar.gz
qutebrowser-cc8de06082a2beb2ea1db22aed4405053dba217b.zip
ci: Update Python/Qt versions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml16
1 files changed, 6 insertions, 10 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 58ebc1f3f..c292d7986 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -112,21 +112,17 @@ jobs:
- testenv: py38-pyqt514
os: ubuntu-20.04
python: 3.8
- ### PyQt 5.15 (Python 3.9)
- - testenv: py39-pyqt515
+ ### PyQt 5.15 (Python 3.9, with coverage)
+ - testenv: py39-pyqt515-cov
os: ubuntu-20.04
python: 3.9
- ### PyQt 5.15 (Python 3.8, with coverage)
- - testenv: py38-pyqt515-cov
- os: ubuntu-20.04
- python: 3.8
- ### macOS: PyQt 5.14 (Python 3.7)
- - testenv: py37-pyqt514
+ ### macOS: PyQt 5.15 (Python 3.7 to match PyInstaller env)
+ - testenv: py37-pyqt515
os: macos-10.15
python: 3.7
args: "tests/unit" # Only run unit tests on macOS
- ### Windows: PyQt 5.14 (Python 3.7)
- - testenv: py37-pyqt514
+ ### Windows: PyQt 5.15 (Python 3.7 to match PyInstaller env)
+ - testenv: py37-pyqt515
os: windows-2019
python: 3.7
runs-on: "${{ matrix.os }}"