Merge pull request #129 from YunoHost/choose_php

Let configure default php version
This commit is contained in:
Alexandre Aubin 2022-10-08 01:39:46 +02:00 committed by GitHub
commit 4dfbbd6986
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@ TEST_USER="package_checker"
ARCH=${ARCH:-amd64}
DIST=${DIST:-bullseye}
DEFAULT_PHP_VERSION=${DEFAULT_PHP_VERSION:-7.4}
# YunoHost version: stable, testing or unstable
YNH_BRANCH=${YNH_BRANCH:-stable}
@ -20,8 +21,6 @@ LXC_NAME="ynh-appci-$DIST-$ARCH-$YNH_BRANCH-test-${WORKER_ID}"
readonly lock_file="./pcheck-${WORKER_ID}.lock"
DEFAULT_PHP_VERSION="7.4"
#=================================================
# LXC helpers
#=================================================