summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-11-14 21:24:03 +0100
committerFlorian Bruhin <me@the-compiler.org>2022-11-14 21:24:03 +0100
commit00ee3fad34cdabdab3e3b631191bafa0e5199e9f (patch)
tree9eb0cf62472cbdc320b05c2e14eaa360905cd438 /.github
parentb8ddaef967700fb581e6150b72ec990edb9abafa (diff)
downloadqutebrowser-00ee3fad34cdabdab3e3b631191bafa0e5199e9f.tar.gz
qutebrowser-00ee3fad34cdabdab3e3b631191bafa0e5199e9f.zip
ci: Drop QtWebKit
See #7478, #4039
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3bebcfbc4..800d08111 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -83,13 +83,11 @@ jobs:
fail-fast: false
matrix:
image:
- - archlinux-webkit
- archlinux-webengine
# - archlinux-webengine-unstable
container:
image: "qutebrowser/ci:${{ matrix.image }}"
env:
- QUTE_BDD_WEBENGINE: "${{ matrix.image != 'archlinux-webkit' }}"
DOCKER: "${{ matrix.image }}"
CI: true
PYTEST_ADDOPTS: "--color=yes"