File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,18 @@ jobs:
10
10
build :
11
11
strategy :
12
12
matrix :
13
+ libpcre : ["libpcre3-dev", "libpcre2-dev"]
14
+ os : ["ubuntu-20.04", "ubuntu-22.04"]
15
+ cc : [gcc, clang]
13
16
include :
14
17
- os : ubuntu-20.04
15
18
php : " php7.4"
16
19
php-config : " php-config7.4"
17
- cc : " gcc"
18
- - os : ubuntu-22.04
19
- php : " php8.1"
20
- php-config : " php-config8.1"
21
- cc : " gcc"
22
20
- os : ubuntu-22.04
23
21
php : " php8.1"
24
22
php-config : " php-config8.1"
23
+ exclude :
24
+ - os : ubuntu-20.04
25
25
cc : " clang"
26
26
27
27
runs-on : ${{ matrix.os }}
35
35
run : |
36
36
sudo apt update -qq
37
37
sudo apt install --no-install-recommends -qqyf python3-dev \
38
- libxml2-dev libpcre2-dev libcap2-dev \
38
+ libxml2-dev ${{ matrix.libpcre }} libcap2-dev \
39
39
libargon2-0-dev libsodium-dev \
40
40
${{ matrix.php }}-dev lib${{ matrix.php }}-embed \
41
41
liblua5.1-0-dev ruby-dev \
You can’t perform that action at this time.
0 commit comments