Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release 2.15.0 into 3.0.x #34

Merged
merged 16 commits into from
Jul 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
qa: setup mods-available so that extension installer is able to det…
…ect already available extension `wddx`

Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
  • Loading branch information
boesing committed Jul 9, 2023
commit 2e5d8c547f9a3bfbf59105f79e3556b09c85151f
5 changes: 5 additions & 0 deletions .laminas-ci/pre-install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

JOB=${2}
PHP_VERSION=$(echo "${JOB}" | jq -r '.php // ""')

export DEBIAN_FRONTEND=noninteractive
apt update && apt install -y --no-install-recommends libxml2-dev

Expand All @@ -12,3 +15,5 @@ phpize
make
make install
cd $CURRENT_DIRECTORY

echo "extension=wddx.so" > /etc/php/${PHP_VERSION}/mods-available/wddx.ini