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 18, 2024
1 parent 6b71417 commit 735dc51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fail-fast: false
matrix: ${{ fromJSON(needs.ui_test_matrix.outputs.matrix) }}
env:
PS_DOCKER: ${{ matrix.IMG_DOCKER }}
PS_DOCKER: ${{ matrix.PS_VERSION_START }}-${{ matrix.PHP_VERSION }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
18 changes: 6 additions & 12 deletions .github/workflows/ui-test/sanity.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,43 +7,37 @@
"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"
"PHP_VERSION": "7.1"
},
{
"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"
"PHP_VERSION": "7.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"
"PHP_VERSION": "7.1"
},
{
"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"
"PHP_VERSION": "7.1"
},
{
"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"
"PHP_VERSION": "7.1"
},
{
"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"
"PHP_VERSION": "7.1"
},
{
"comment": "1.7.8 ~ minor PHP 7.2 ~ 7.4"
Expand Down

0 comments on commit 735dc51

Please sign in to comment.