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 3, 2024
1 parent ab6ed7c commit a531e77
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/ci-debian-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,18 @@ jobs:
fail-fast: false
matrix:
container:
- 'debian:sid'
- 'debian:stable'
- 'ubuntu:devel'
- 'ubuntu:focal'
- 'ubuntu:bionic'
- image: 'debian:stable'
webkitgtk_version: 4.0
- image: 'debian:bullseye'
webkitgtk_version: 4.0
- image: 'ubuntu:focal'
webkitgtk_version: 4.0
- image: 'debian:sid'
webkitgtk_version: 4.1
- image: 'ubuntu:devel'
webkitgtk_version: 4.1
- image: 'ubuntu:noble'
webkitgtk_version: 4.1
timeout-minutes: 15
steps:
- name: Git checkout
Expand Down Expand Up @@ -48,7 +55,7 @@ jobs:
libsass-dev \
libsoup2.4-dev \
libvte-2.91-dev \
libwebkit2gtk-4.0-dev \
libwebkit2gtk-${{ matrix.webkitgtk_version }}-dev \
ninja-build \
notmuch \
pkg-config \
Expand Down

0 comments on commit a531e77

Please sign in to comment.