mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Let configure default php version
This commit is contained in:
parent
e26ce8e7c8
commit
6ace177bfb
1 changed files with 1 additions and 2 deletions
|
@ -10,6 +10,7 @@ TEST_USER="package_checker"
|
||||||
|
|
||||||
ARCH=${ARCH:-amd64}
|
ARCH=${ARCH:-amd64}
|
||||||
DIST=${DIST:-bullseye}
|
DIST=${DIST:-bullseye}
|
||||||
|
DEFAULT_PHP_VERSION=${DEFAULT_PHP_VERSION:-7.4}
|
||||||
|
|
||||||
# YunoHost version: stable, testing or unstable
|
# YunoHost version: stable, testing or unstable
|
||||||
YNH_BRANCH=${YNH_BRANCH:-stable}
|
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"
|
readonly lock_file="./pcheck-${WORKER_ID}.lock"
|
||||||
|
|
||||||
DEFAULT_PHP_VERSION="7.4"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# LXC helpers
|
# LXC helpers
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue