summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-02 21:47:20 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-02 22:21:07 +0200
commitf93c1d73ceb9fc11c8f7c8187512c37531be91c6 (patch)
tree0474c3cee790bb0dca3e5287e2b1620ff58fac39
parent7ec1d08a109b1d5177306b519a0c25fc5175b36c (diff)
downloadqutebrowser-f93c1d73ceb9fc11c8f7c8187512c37531be91c6.tar.gz
qutebrowser-f93c1d73ceb9fc11c8f7c8187512c37531be91c6.zip
ci: Reorder matrix values
Gets us better names on GitHub Actions
-rw-r--r--.github/workflows/ci.yml32
1 files changed, 16 insertions, 16 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f72217359..2cdac890b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -63,37 +63,37 @@ jobs:
matrix:
include:
### PyQt 5.7.1 (Python 3.5)
- - os: ubuntu-16.04
+ - testenv: py35-pyqt57
+ os: ubuntu-16.04
python: 3.5
- testenv: py35-pyqt57
### PyQt 5.9 (Python 3.6)
- - os: ubuntu-20.04
+ - testenv: py36-pyqt59
+ os: ubuntu-20.04
python: 3.6
- testenv: py36-pyqt59
### PyQt 5.10 (Python 3.6)
- - os: ubuntu-20.04
+ - testenv: py36-pyqt510
+ os: ubuntu-20.04
python: 3.6
- testenv: py36-pyqt510
### PyQt 5.11 (Python 3.7)
- - os: ubuntu-20.04
+ - testenv: py37-pyqt511
+ os: ubuntu-20.04
python: 3.7
- testenv: py37-pyqt511
### PyQt 5.12 (Python 3.8)
- - os: ubuntu-20.04
+ - testenv: py38-pyqt512
+ os: ubuntu-20.04
python: 3.8
- testenv: py38-pyqt512
### PyQt 5.13 (Python 3.8)
- - os: ubuntu-20.04
+ - testenv: py38-pyqt513
+ os: ubuntu-20.04
python: 3.8
- testenv: py38-pyqt513
### PyQt 5.14 (Python 3.8)
- - os: ubuntu-20.04
+ - testenv: py38-pyqt514
+ os: ubuntu-20.04
python: 3.8
- testenv: py38-pyqt514
### PyQt 5.15 (Python 3.8)
- - os: ubuntu-20.04
+ - testenv: py38-pyqt515
+ os: ubuntu-20.04
python: 3.8
- testenv: py38-pyqt515
### TODO: macOS
### TODO: Windows
### TODO: coverage