File tree 5 files changed +1380
-1320
lines changed
5 files changed +1380
-1320
lines changed Original file line number Diff line number Diff line change 8
8
],
9
9
"backwardCompatibilityCheck" : true ,
10
10
"ignore_php_platform_requirements" : {
11
- "8.3 " : true
11
+ "8.4 " : true
12
12
}
13
13
}
Original file line number Diff line number Diff line change 2
2
3
3
WORKING_DIRECTORY=$2
4
4
JOB=$3
5
- PHP_VERSION=$( php -nr " echo PHP_MAJOR_VERSION . '.' . PHP_MINOR_VERSION; " )
5
+ PHP_VERSION=$( echo " ${JOB} " | jq -r ' .php ' )
6
6
7
- if [ ! -z " $GITHUB_BASE_REF " ] && [[ " $GITHUB_BASE_REF " =~ ^[0-9]+\. [0-9] ]]; then
8
- readarray -td. TARGET_BRANCH_VERSION_PARTS <<< " ${GITHUB_BASE_REF}." ;
9
- unset ' TARGET_BRANCH_VERSION_PARTS[-1]' ;
10
- declare -a TARGET_BRANCH_VERSION_PARTS
11
- MAJOR_OF_TARGET_BRANCH=${TARGET_BRANCH_VERSION_PARTS[0]}
12
- MINOR_OF_TARGET_BRANCH=${TARGET_BRANCH_VERSION_PARTS[1]}
13
-
14
- export COMPOSER_ROOT_VERISON=" ${MAJOR_OF_TARGET_BRANCH} .${MINOR_OF_TARGET_BRANCH} .99"
15
- echo " Exported COMPOSER_ROOT_VERISON as ${COMPOSER_ROOT_VERISON} "
16
- fi
7
+ # Temporary workaround for cyclic dependencies - must be adjusted in next major branch!
8
+ echo " Branch as 3.99.x in Pre-Install"
9
+ git checkout -b 3.99.x
17
10
18
11
${WORKING_DIRECTORY} /.laminas-ci/install-apcu-extension-via-pecl.sh " ${PHP_VERSION} " || exit 1
Original file line number Diff line number Diff line change 34
34
}
35
35
},
36
36
"require" : {
37
- "php" : " ~8.1.0 || ~8.2.0 || ~8.3.0" ,
37
+ "php" : " ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 " ,
38
38
"laminas/laminas-cache-storage-implementation" : " 1.0" ,
39
39
"laminas/laminas-eventmanager" : " ^3.4" ,
40
40
"laminas/laminas-servicemanager" : " ^3.21" ,
You can’t perform that action at this time.
0 commit comments