Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed Nov 8, 2024
1 parent 5da1b60 commit d2887fd
Showing 1 changed file with 61 additions and 21 deletions.
82 changes: 61 additions & 21 deletions .github/workflows/ui-test/sanity.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,91 +6,131 @@
{
"PS_VERSION_START": "1.7.3.0",
"PS_VERSION_END": "1.7.8.11",
"PHP_VERSION": "7.1"
"PHP_VERSION": "7.1",
"UPGRADE_CHANNEL": "online"
},
{
"PS_VERSION_START": "1.7.3.1",
"PS_VERSION_END": "1.7.8.11",
"PHP_VERSION": "7.1"
"PHP_VERSION": "7.1",
"UPGRADE_CHANNEL": "online"
},
{
"PS_VERSION_START": "1.7.3.2",
"PS_VERSION_END": "1.7.8.11",
"PHP_VERSION": "7.1"
"PHP_VERSION": "7.1",
"UPGRADE_CHANNEL": "online"
},
{
"PS_VERSION_START": "1.7.3.3",
"PS_VERSION_END": "1.7.8.11",
"PHP_VERSION": "7.1"
"PHP_VERSION": "7.1",
"UPGRADE_CHANNEL": "online"
},
{
"PS_VERSION_START": "1.7.3.4",
"PS_VERSION_END": "1.7.8.11",
"PHP_VERSION": "7.1"
"PHP_VERSION": "7.1",
"UPGRADE_CHANNEL": "online"
},
{
"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"
},
{
"PS_VERSION_START": "1.7.6.0",
"PS_VERSION_END": "1.7.8.11",
"PHP_VERSION": "7.1"
"PHP_VERSION": "7.1",
"UPGRADE_CHANNEL": "online"
},
{
"comment": "1.7.6.9 -> 8.2.0 PHP 7.2"
"comment": "1.7.6.9 -> 8.2.0 PHP 7.2 online"
},
{
"PS_VERSION_START": "1.7.6.9",
"PS_VERSION_END": "8.2.0",
"PHP_VERSION": "7.2"
"PHP_VERSION": "7.2",
"UPGRADE_CHANNEL": "online"
},
{
"comment": "1.7.7.0 -> 1.7.8.11 PHP 7.1"
"comment": "1.7.7.0 -> 1.7.8.11 PHP 7.1 online"
},
{
"PS_VERSION_START": "1.7.7.0",
"PS_VERSION_END": "1.7.8.11",
"PHP_VERSION": "7.1"
"PHP_VERSION": "7.1",
"UPGRADE_CHANNEL": "online"
},
{
"comment": "1.7.7.8 -> 8.2.0 PHP 7.3"
"comment": "1.7.7.8 -> 8.2.0 PHP 7.3 online"
},
{
"PS_VERSION_START": "1.7.7.8",
"PS_VERSION_END": "8.2.0",
"PHP_VERSION": "7.3"
"PHP_VERSION": "7.3",
"UPGRADE_CHANNEL": "online"
},
{
"comment": "1.7.8.10 -> 1.7.8.11 PHP 7.1"
"comment": "1.7.8.10 -> 1.7.8.11 PHP 7.1 online"
},
{
"PS_VERSION_START": "1.7.8.10",
"PS_VERSION_END": "1.7.8.11",
"PHP_VERSION": "7.1"
"PHP_VERSION": "7.1",
"UPGRADE_CHANNEL": "online"
},
{
"comment": "1.7.8.11 -> 8.2.0 PHP 7.4"
"comment": "1.7.8.11 -> 8.2.0 PHP 7.4 online"
},
{
"PS_VERSION_START": "1.7.8.11",
"PS_VERSION_END": "8.2.0",
"PHP_VERSION": "7.4"
"PHP_VERSION": "7.4",
"UPGRADE_CHANNEL": "online"
},
{
"comment": "8.0.5 -> 8.2.0 PHP 8.1"
"comment": "8.0.5 -> 8.2.0 PHP 8.1 online"
},
{
"PS_VERSION_START": "8.0.5",
"PS_VERSION_END": "8.2.0",
"PHP_VERSION": "8.1"
"PHP_VERSION": "8.1",
"UPGRADE_CHANNEL": "online"
},
{
"comment": "8.1.7 -> 8.2.0 PHP 8.1"
"comment": "8.1.7 -> 8.2.0 PHP 8.1 online"
},
{
"PS_VERSION_START": "8.1.7",
"PS_VERSION_END": "8.2.0",
"PHP_VERSION": "8.1"
"PHP_VERSION": "8.1",
"UPGRADE_CHANNEL": "online"
},
{
"comment": "1.7.8.0 -> 1.7.8.10 PHP 7.2 local"
},
{
"PS_VERSION_START": "1.7.8.0",
"PS_VERSION_END": "1.7.8.10",
"PHP_VERSION": "7.2",
"UPGRADE_CHANNEL": "local"
},
{
"comment": "8.0.0 -> 8.0.5 PHP 7.3 local"
},
{
"PS_VERSION_START": "8.0.0",
"PS_VERSION_END": "8.0.5",
"PHP_VERSION": "7.3",
"UPGRADE_CHANNEL": "local"
},
{
"comment": "8.0.0 -> 8.1.7 PHP 7.4 local"
},
{
"PS_VERSION_START": "8.0.0",
"PS_VERSION_END": "8.1.7",
"PHP_VERSION": "7.4",
"UPGRADE_CHANNEL": "local"
}
]
}

0 comments on commit d2887fd

Please sign in to comment.