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 839a1e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/compile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
php-config: "php-config8.1"
cc: "clang"

strategy:
matrix:
libpcre: [libpcre3-dev, libpcre2-dev]

runs-on: ${{ matrix.os }}

steps:
Expand All @@ -35,7 +39,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 839a1e6

Please sign in to comment.