diff options
Diffstat (limited to 'test/php/scenarios.json')
-rw-r--r-- | test/php/scenarios.json | 18 |
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 +} |