Skip to content

Commit

Permalink
ci: drop Debian bullseye and Ubuntu focal
Browse files Browse the repository at this point in the history
We require libnotmuch >= 5.4 / notmuch >= 0.32,
but bullseye has 0.31.4 and focal has 0.29.3
(see https://repology.org/project/notmuch/versions).
  • Loading branch information
jorsn committed Jun 29, 2024
1 parent 4bd20ed commit cf84e3f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci-debian-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,13 @@ jobs:
- image: 'debian:stable'
env:
WEBKITGTK_VERSION: '4.0'
- image: 'debian:bullseye'
env:
WEBKITGTK_VERSION: '4.0'
- image: 'ubuntu:focal'
env:
WEBKITGTK_VERSION: '4.0'
- image: 'debian:sid'
env:
WEBKITGTK_VERSION: '4.1'
- image: 'ubuntu:devel'
- image: 'ubuntu:noble'
env:
WEBKITGTK_VERSION: '4.1'
- image: 'ubuntu:noble'
- image: 'ubuntu:devel'
env:
WEBKITGTK_VERSION: '4.1'
timeout-minutes: 15
Expand Down

0 comments on commit cf84e3f

Please sign in to comment.