Skip to content

Commit

Permalink
Use mysql 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed Sep 18, 2024
1 parent 06b1d70 commit 9e2d13e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/ui-test/sanity.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,37 @@
{
"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"
"PHP_VERSION": "7.1"
},
{
"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"
"PHP_VERSION": "7.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"
"PHP_VERSION": "7.1"
},
{
"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"
"PHP_VERSION": "7.1"
},
{
"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"
"PHP_VERSION": "7.1"
},
{
"comment": "1.7.8 ~ minor PHP 7.2 ~ 7.4"
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}
image: prestashop/prestashop:${PS_VERSION}-apache
container_name: prestashop
depends_on:
- mysql
Expand Down

0 comments on commit 9e2d13e

Please sign in to comment.