summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-11-26 18:56:13 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-11-26 18:56:13 +0100
commit06164fb16bc4d617fc0298e05c5026cf692d89d9 (patch)
tree6d237a884c3d643307b9bcc04122ca2f3218319c /.github
parentf49fb5e199b6f83bf533ed1929d633a6e8b66a34 (diff)
downloadqutebrowser-06164fb16bc4d617fc0298e05c5026cf692d89d9.tar.gz
qutebrowser-06164fb16bc4d617fc0298e05c5026cf692d89d9.zip
pyqt62 test env
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml48
1 files changed, 24 insertions, 24 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e50ba2c60..5befd51e9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -105,32 +105,32 @@ jobs:
fail-fast: false
matrix:
include:
- ### PyQt 5.12 (Python 3.6)
- - testenv: py36-pyqt512
- os: ubuntu-18.04
- python: 3.6
- ### PyQt 5.13 (Python 3.7)
- - testenv: py37-pyqt513
- os: ubuntu-20.04
- python: 3.7
- ### PyQt 5.14 (Python 3.8)
- - 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
+ #### PyQt 5.12 (Python 3.6)
+ #- testenv: py36-pyqt512
+ # os: ubuntu-18.04
+ # python: 3.6
+ #### PyQt 5.13 (Python 3.7)
+ #- testenv: py37-pyqt513
+ # os: ubuntu-20.04
+ # python: 3.7
+ #### PyQt 5.14 (Python 3.8)
+ #- 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 6 (Python 3.9, with coverage)
+ - testenv: py39-pyqt62-cov
os: ubuntu-20.04
python: 3.9
- ### PyQt 5.15 (Python 3.10)
- - testenv: py310-pyqt515
+ ### PyQt 6 (Python 3.10)
+ - testenv: py310-pyqt62
os: ubuntu-20.04
python: 3.10-dev
- ### macOS: PyQt 5.15 (Python 3.9 to match PyInstaller env)
- - testenv: py39-pyqt515
+ ### macOS: PyQt 6 (Python 3.9 to match PyInstaller env)
+ - testenv: py39-pyqt62
os: macos-10.15
python: 3.7
args: "tests/unit" # Only run unit tests on macOS
@@ -139,8 +139,8 @@ jobs:
# os: macos-11.0
# python: 3.9
# args: "tests/unit" # Only run unit tests on macOS
- ### Windows: PyQt 5.15 (Python 3.9 to match PyInstaller env)
- - testenv: py39-pyqt515
+ ### Windows: PyQt 6 (Python 3.9 to match PyInstaller env)
+ - testenv: py39-pyqt62
os: windows-2019
python: 3.9
runs-on: "${{ matrix.os }}"