diff --git a/.github/workflows/ui-test/sanity.json b/.github/workflows/ui-test/sanity.json index bd2f6d8e9..58f88882a 100644 --- a/.github/workflows/ui-test/sanity.json +++ b/.github/workflows/ui-test/sanity.json @@ -2,6 +2,45 @@ "include": [ { "comment": "1.7.8 ~ minor PHP 7.4" + "comment": "1.7.3 ~ minor PHP 7.1" + }, + { + "PS_VERSION_START": "1.7.3.0", + "PS_VERSION_END": "1.7.8.11", + "UPGRADE_CHANNEL": "minor", + "PHP_VERSION": "7.1", + "IMG_DOCKER": "1.7.3.0" + }, + { + "PS_VERSION_START": "1.7.3.1", + "PS_VERSION_END": "1.7.8.11", + "UPGRADE_CHANNEL": "minor", + "PHP_VERSION": "7.1", + "IMG_DOCKER": "1.7.3.1" + }, + { + "PS_VERSION_START": "1.7.3.2", + "PS_VERSION_END": "1.7.8.11", + "UPGRADE_CHANNEL": "minor", + "PHP_VERSION": "7.1", + "IMG_DOCKER": "1.7.3.2" + }, + { + "PS_VERSION_START": "1.7.3.3", + "PS_VERSION_END": "1.7.8.11", + "UPGRADE_CHANNEL": "minor", + "PHP_VERSION": "7.1", + "IMG_DOCKER": "1.7.3.3" + }, + { + "PS_VERSION_START": "1.7.3.4", + "PS_VERSION_END": "1.7.8.11", + "UPGRADE_CHANNEL": "minor", + "PHP_VERSION": "7.1", + "IMG_DOCKER": "1.7.3.4" + }, + { + "comment": "1.7.8 ~ minor PHP 7.2 ~ 7.4" }, { "PS_VERSION_START": "1.7.8.10", @@ -37,4 +76,4 @@ "PHP_VERSION": "8.1" } ] -} \ No newline at end of file +} diff --git a/tests/UI/docker-compose.yml b/tests/UI/docker-compose.yml index 8cbdd804d..b6c3a35b5 100644 --- a/tests/UI/docker-compose.yml +++ b/tests/UI/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.7' services: prestashop: - image: prestashop/prestashop:${PS_VERSION}-apache + image: prestashop/prestashop:${PS_VERSION} container_name: prestashop depends_on: - mysql