Skip to content

Commit 5b9b836

Browse files
committed
Merge branch 'z_TEMP_Fix_PHP_84' into php84
2 parents 9082469 + 3f1e282 commit 5b9b836

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.ci/generate_package_lifecycle_test_matrix.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,13 @@ function generateAgentUpgradeRows () {
106106
local testingType=agent-upgrade
107107
local appHostKindShortName=all
108108
local testsGroup=smoke
109+
for phpVersion in 7.4 ; do
110+
for linuxPackageType in rpm ; do
111+
echo "${phpVersion},${linuxPackageType},${testingType},${appHostKindShortName},${testsGroup}"
112+
done
113+
done
109114
for phpVersion in 7.4 "$(latestSupportedPhpVersion)" ; do
110-
for linuxPackageType in deb rpm ; do
115+
for linuxPackageType in deb ; do
111116
echo "${phpVersion},${linuxPackageType},${testingType},${appHostKindShortName},${testsGroup}"
112117
done
113118
done

0 commit comments

Comments
 (0)