Skip to content

Commit

Permalink
ci: build with webkit2gtk4.1 on newer os
Browse files Browse the repository at this point in the history
  • Loading branch information
jorsn committed Jun 4, 2024
1 parent 6af16fd commit c1e5cdb
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions .github/workflows/ci-debian-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,24 @@ jobs:
fail-fast: false
matrix:
container:
- 'debian:sid'
- 'debian:stable'
- 'ubuntu:devel'
- 'ubuntu:focal'
- 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'
env:
WEBKITGTK_VERSION: '4.1'
- image: 'ubuntu:noble'
env:
WEBKITGTK_VERSION: '4.1'
timeout-minutes: 15
steps:
- name: Git checkout
Expand Down Expand Up @@ -47,7 +61,7 @@ jobs:
libsass-dev \
libsoup2.4-dev \
libvte-2.91-dev \
libwebkit2gtk-4.0-dev \
libwebkit2gtk-${WEBKITGTK_VERSION}-dev \
ninja-build \
notmuch \
pkg-config \
Expand Down

0 comments on commit c1e5cdb

Please sign in to comment.