aboutsummaryrefslogblamecommitdiff
path: root/test/php/scenarios.json
blob: dac799875f6a4f0730c40121c6cfb46f8082e847 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                    















                                
     
 
{
    "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"
            }
        }
    }
}