features/test/php/scenarios.json
Samruddhi Khandale 7a3a9c5fca
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
2023-01-20 09:22:39 -08:00

28 lines
557 B
JSON

{
"install_additional_php": {
"image": "ubuntu:focal",
"features": {
"php": {
"version": "8.1.4",
"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"
}
}
}
}