aboutsummaryrefslogtreecommitdiff
path: root/test/php/scenarios.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2023-01-20 20:22:39 +0300
committerGitHub <noreply@github.com>2023-01-20 20:22:39 +0300
commit7a3a9c5fcaa59cf4d7dbbcece47094a6d642a9b0 (patch)
tree3b3c2c9f6ef6f9f2b3d75b1062783646e3ab8ce7 /test/php/scenarios.json
parent24b33c5f79a38684a4433fcb1310db256b264c00 (diff)
Php: Auto configure if a three part version is not provided (#406)
* Php: Auto configure if a three part version is not provided * fix test * update checks * Bump version
Diffstat (limited to 'test/php/scenarios.json')
-rw-r--r--test/php/scenarios.json18
1 files changed, 17 insertions, 1 deletions
diff --git a/test/php/scenarios.json b/test/php/scenarios.json
index f24753b..dac7998 100644
--- a/test/php/scenarios.json
+++ b/test/php/scenarios.json
@@ -7,5 +7,21 @@
"additionalVersions": "8.0.17,8.0.3"
}
}
+ },
+ "install_php_8": {
+ "image": "ubuntu:focal",
+ "features": {
+ "php": {
+ "version": "8"
+ }
+ }
+ },
+ "install_php_8_2": {
+ "image": "ubuntu:focal",
+ "features": {
+ "php": {
+ "version": "8.2"
+ }
+ }
}
-} \ No newline at end of file
+}