Skip to content

Commit

Permalink
Add UI tests to upgrade from 173 to 1.7.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed Sep 18, 2024
1 parent 812a9da commit ae33515
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
41 changes: 40 additions & 1 deletion .github/workflows/ui-test/sanity.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -37,4 +76,4 @@
"PHP_VERSION": "8.1"
}
]
}
}
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 ae33515

Please sign in to comment.