summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-03 19:14:39 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-03 19:14:39 +0200
commitb1fb55ea6701ed8b748fc30e8b8d99dac6a84f34 (patch)
treecaea7d3601ee816d8e81365773b2b127f883baf8
parent189a54d4d638cb0e09f5edb319ccc0c300e2cee7 (diff)
downloadqutebrowser-b1fb55ea6701ed8b748fc30e8b8d99dac6a84f34.tar.gz
qutebrowser-b1fb55ea6701ed8b748fc30e8b8d99dac6a84f34.zip
ci: Remove experimental Qt 5.7 job
It really seems to fail every time, and GitHub's UI still prominently shows the failure.
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0a69eee1a..6b507c3db 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -79,10 +79,10 @@ jobs:
matrix:
include:
### PyQt 5.7.1 (Python 3.5)
- - testenv: py35-pyqt57
- os: ubuntu-16.04
- python: 3.5
- experimental: true
+ # - testenv: py35-pyqt57
+ # os: ubuntu-16.04
+ # python: 3.5
+ # experimental: true
### PyQt 5.9 (Python 3.6)
- testenv: py36-pyqt59
os: ubuntu-18.04