Skip to content

Commit

Permalink
Add UI tests to upgrade from 172 to 1.7.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed Nov 27, 2024
1 parent 6e7719a commit 30e7a59
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
48 changes: 48 additions & 0 deletions .github/workflows/ui-test/sanity.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,54 @@
{
"include": [
{
"comment": "1.7.8 ~ minor PHP 7.4"
"comment": "1.7.2 ~ minor PHP 7.1"
},
{
"PS_VERSION_START": "1.7.2.0",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.1",
"IMG_DOCKER": "1.7.2.0"
},
{
"PS_VERSION_START": "1.7.2.1",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.1",
"IMG_DOCKER": "1.7.2.1"
},
{
"PS_VERSION_START": "1.7.2.2",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.1",
"IMG_DOCKER": "1.7.2.2"
},
{
"PS_VERSION_START": "1.7.2.3",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.1",
"IMG_DOCKER": "1.7.2.3"
},
{
"PS_VERSION_START": "1.7.2.4",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.1",
"IMG_DOCKER": "1.7.2.4"
},
{
"PS_VERSION_START": "1.7.2.5",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.1",
"IMG_DOCKER": "1.7.2.5"
},
{
"comment": "1.7.8 ~ minor PHP 7.2 ~ 7.4"
"comment": "1.7.6.0 -> 1.7.8.11 PHP 7.1"
"comment": "1.7.6.0 -> 1.7.8.11 PHP 7.1 online"
},
{
Expand Down
2 changes: 1 addition & 1 deletion tests/UI/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30e7a59

Please sign in to comment.