Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: laminas/laminas-cache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fbd4147a19911b312e39fd699e9e3aa2b25af40d
Choose a base ref
..
head repository: laminas/laminas-cache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5c92a8afcd07e3c1129f8beb0116e22257aae295
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 .laminas-ci/pre-install.sh
4 changes: 2 additions & 2 deletions .laminas-ci/pre-install.sh
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@ if [ ! -z "$GITHUB_BASE_REF" ] && [[ "$GITHUB_BASE_REF" =~ ^[0-9]+\.[0-9] ]]; th
MAJOR_OF_TARGET_BRANCH=${TARGET_BRANCH_VERSION_PARTS[0]}
MINOR_OF_TARGET_BRANCH=${TARGET_BRANCH_VERSION_PARTS[1]}

export COMPOSER_ROOT_VERISON="${MAJOR_OF_TARGET_BRANCH}.${MINOR_OF_TARGET_BRANCH}.99"
echo "Exported COMPOSER_ROOT_VERISON as ${COMPOSER_ROOT_VERISON}"
export COMPOSER_ROOT_VERSION="${MAJOR_OF_TARGET_BRANCH}.${MINOR_OF_TARGET_BRANCH}.99"
echo "Exported COMPOSER_ROOT_VERSION as ${COMPOSER_ROOT_VERISON}"
fi

${WORKING_DIRECTORY}/.laminas-ci/install-apcu-extension-via-pecl.sh "${PHP_VERSION}" || exit 1