Skip to content

Commit

Permalink
compile-test with both pcre1 and pcre2
Browse files Browse the repository at this point in the history
  • Loading branch information
niol committed Feb 13, 2024
1 parent 295cbb3 commit ee6bb72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/compile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
build:
strategy:
matrix:
libpcre: ["libpcre3-dev", "libpcre2-dev"]
os: ["ubuntu-20.04", "ubuntu-22.04"]
include:
- os: ubuntu-20.04
php: "php7.4"
Expand All @@ -35,7 +37,7 @@ jobs:
run: |
sudo apt update -qq
sudo apt install --no-install-recommends -qqyf python3-dev \
libxml2-dev libpcre2-dev libcap2-dev \
libxml2-dev ${{ matrix.libpcre }} libcap2-dev \
libargon2-0-dev libsodium-dev \
${{ matrix.php }}-dev lib${{ matrix.php }}-embed \
liblua5.1-0-dev ruby-dev \
Expand Down

0 comments on commit ee6bb72

Please sign in to comment.