* pipeline build zip for php8.1

This commit is contained in:
qishiyao
2023-08-17 13:59:38 +08:00
parent c340e2d6d4
commit d4c6cec09a
Vendored
+2 -2
View File
@@ -292,7 +292,7 @@ pipeline {
}
axis {
name "PHPVERSION"
values "php5.4_5.6", "php7.0", "php7.1", "php7.2_7.4", "k8s.php7.2_7.4"
values "php5.4_5.6", "php7.0", "php7.1", "php7.2_7.4", "k8s.php7.2_7.4", "php8.1", "k8s.php8.1"
}
}
excludes {
@@ -303,7 +303,7 @@ pipeline {
}
axis {
name "PHPVERSION"
values "k8s.php7.2_7.4"
values "k8s.php7.2_7.4", "k8s.php8.1"
}
}
}