File tree 1 file changed +19
-5
lines changed
1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,24 @@ jobs:
11
11
fail-fast : false
12
12
matrix :
13
13
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'
18
32
timeout-minutes : 15
19
33
steps :
20
34
- name : Git checkout
47
61
libsass-dev \
48
62
libsoup2.4-dev \
49
63
libvte-2.91-dev \
50
- libwebkit2gtk-4.0 -dev \
64
+ libwebkit2gtk-${WEBKITGTK_VERSION} -dev \
51
65
ninja-build \
52
66
notmuch \
53
67
pkg-config \
You can’t perform that action at this time.
0 commit comments