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 53b3b7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/compile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@ jobs:
php: "php7.4"
php-config: "php-config7.4"
cc: "gcc"
libpcre: [libpcre3-dev, libpcre2-dev]
- os: ubuntu-22.04
php: "php8.1"
php-config: "php-config8.1"
cc: "gcc"
libpcre: [libpcre3-dev, libpcre2-dev]
- os: ubuntu-22.04
php: "php8.1"
php-config: "php-config8.1"
cc: "clang"
libpcre: [libpcre3-dev, libpcre2-dev]

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

Expand All @@ -35,7 +38,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 53b3b7d

Please sign in to comment.