Skip to content

Commit

Permalink
Add some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed Jul 9, 2024
1 parent 2bb4d69 commit 3f42229
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix: ${{ fromJSON(needs.ui_test_matrix.outputs.matrix) }}
env:
PS_DOCKER: ${{ matrix.PS_VERSION_START }}-${{ matrix.PHP_VERSION }}
PS_DOCKER: ${{ matrix.IMG_DOCKER }}
outputs:
matrix: ${{ needs.ui_test_matrix.outputs.matrix }}
steps:
Expand Down
72 changes: 48 additions & 24 deletions .github/workflows/ui-test/sanity.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,121 +7,141 @@
"PS_VERSION_START": "1.7.6.0",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.1"
"PHP_VERSION": "7.1",
"IMG_DOCKER": "1.7.6.0"
},
{
"PS_VERSION_START": "1.7.6.0",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.2"
"PHP_VERSION": "7.2",
"IMG_DOCKER": "1.7.6.0"
},
{
"PS_VERSION_START": "1.7.6.1",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.1"
"PHP_VERSION": "7.1",
"IMG_DOCKER": "1.7.6.1"
},
{
"PS_VERSION_START": "1.7.6.1",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.2"
"PHP_VERSION": "7.2",
"IMG_DOCKER": "1.7.6.1"
},
{
"PS_VERSION_START": "1.7.6.2",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.1"
"PHP_VERSION": "7.1",
"IMG_DOCKER": "1.7.6.1"
},
{
"PS_VERSION_START": "1.7.6.2",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.2"
"PHP_VERSION": "7.2",
"IMG_DOCKER": "1.7.6.2"
},
{
"PS_VERSION_START": "1.7.6.3",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.1"
"PHP_VERSION": "7.1",
"IMG_DOCKER": "1.7.6.3"
},
{
"PS_VERSION_START": "1.7.6.3",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.2"
"PHP_VERSION": "7.2",
"IMG_DOCKER": "1.7.6.3"
},
{
"PS_VERSION_START": "1.7.6.4",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.1"
"PHP_VERSION": "7.1",
"IMG_DOCKER": "1.7.6.4"
},
{
"PS_VERSION_START": "1.7.6.4",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.2"
"PHP_VERSION": "7.2",
"IMG_DOCKER": "1.7.6.4"
},
{
"PS_VERSION_START": "1.7.6.5",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.1"
"PHP_VERSION": "7.1",
"IMG_DOCKER": "1.7.6.5"
},
{
"PS_VERSION_START": "1.7.6.5",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.2"
"PHP_VERSION": "7.2",
"IMG_DOCKER": "1.7.6.5"
},
{
"PS_VERSION_START": "1.7.6.6",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.1"
"PHP_VERSION": "7.1",
"IMG_DOCKER": "1.7.6.6"
},
{
"PS_VERSION_START": "1.7.6.6",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.2"
"PHP_VERSION": "7.2",
"IMG_DOCKER": "1.7.6.6"
},
{
"PS_VERSION_START": "1.7.6.7",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.1"
"PHP_VERSION": "7.1",
"IMG_DOCKER": "1.7.6.7"
},
{
"PS_VERSION_START": "1.7.6.7",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.2"
"PHP_VERSION": "7.2",
"IMG_DOCKER": "1.7.6.7"
},
{
"PS_VERSION_START": "1.7.6.8",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.1"
"PHP_VERSION": "7.1",
"IMG_DOCKER": "1.7.6.8"
},
{
"PS_VERSION_START": "1.7.6.8",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.2"
"PHP_VERSION": "7.2",
"IMG_DOCKER": "1.7.6.8"
},
{
"PS_VERSION_START": "1.7.6.9",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.1"
"PHP_VERSION": "7.1",
"IMG_DOCKER": "1.7.6.9"
},
{
"PS_VERSION_START": "1.7.6.9",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.2"
"PHP_VERSION": "7.2",
"IMG_DOCKER": "1.7.6.9"
},
{
"comment": "1.7.8 ~ minor PHP 7.2 ~ 7.4"
Expand All @@ -130,7 +150,8 @@
"PS_VERSION_START": "1.7.8.10",
"PS_VERSION_END": "1.7.8.11",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "7.4"
"PHP_VERSION": "7.4",
"IMG_DOCKER": "1.7.8.10-7.4-apache"
},
{
"comment": "1.7.8 ~ major PHP 7.2 ~ 7.4"
Expand All @@ -139,7 +160,8 @@
"PS_VERSION_START": "1.7.8.11",
"PS_VERSION_END": "8.1.7",
"UPGRADE_CHANNEL": "major",
"PHP_VERSION": "7.4"
"PHP_VERSION": "7.4",
"IMG_DOCKER": "1.7.8.11-7.4-apache"
},
{
"comment": "8.0.5 ~ minor PHP 7.2 ~ 8.1"
Expand All @@ -148,7 +170,8 @@
"PS_VERSION_START": "8.0.5",
"PS_VERSION_END": "8.1.7",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "8.1"
"PHP_VERSION": "8.1",
"IMG_DOCKER": "8.0.5-8.1-apache"
},
{
"comment": "8.1.6 ~ minor PHP 7.2 ~ 8.1"
Expand All @@ -157,7 +180,8 @@
"PS_VERSION_START": "8.1.6",
"PS_VERSION_END": "8.1.7",
"UPGRADE_CHANNEL": "minor",
"PHP_VERSION": "8.1"
"PHP_VERSION": "8.1",
"IMG_DOCKER": "8.1.6-8.1-apache"
}
]
}

0 comments on commit 3f42229

Please sign in to comment.