Skip to content

Commit c1e5cdb

Browse files
committed
ci: build with webkit2gtk4.1 on newer os
1 parent 6af16fd commit c1e5cdb

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

Diff for: .github/workflows/ci-debian-build-test.yml

+19-5
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,24 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
container:
14-
- 'debian:sid'
15-
- 'debian:stable'
16-
- 'ubuntu:devel'
17-
- 'ubuntu:focal'
14+
- image: 'debian:stable'
15+
env:
16+
WEBKITGTK_VERSION: '4.0'
17+
- image: 'debian:bullseye'
18+
env:
19+
WEBKITGTK_VERSION: '4.0'
20+
- image: 'ubuntu:focal'
21+
env:
22+
WEBKITGTK_VERSION: '4.0'
23+
- image: 'debian:sid'
24+
env:
25+
WEBKITGTK_VERSION: '4.1'
26+
- image: 'ubuntu:devel'
27+
env:
28+
WEBKITGTK_VERSION: '4.1'
29+
- image: 'ubuntu:noble'
30+
env:
31+
WEBKITGTK_VERSION: '4.1'
1832
timeout-minutes: 15
1933
steps:
2034
- name: Git checkout
@@ -47,7 +61,7 @@ jobs:
4761
libsass-dev \
4862
libsoup2.4-dev \
4963
libvte-2.91-dev \
50-
libwebkit2gtk-4.0-dev \
64+
libwebkit2gtk-${WEBKITGTK_VERSION}-dev \
5165
ninja-build \
5266
notmuch \
5367
pkg-config \

0 commit comments

Comments
 (0)