Skip to content

Commit

Permalink
EMA-145 - Security findings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanyi committed Apr 4, 2024
1 parent 9eb1067 commit aaf2f33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
magento-versions:
["2.3.3ce", "2.3.5ce", "2.4.0ce", "2.4.2ce", "2.4.4ce", "2.4.6ce"]
["2.3.5ce", "2.4.0ce", "2.4.2ce", "2.4.4ce", "2.4.6ce"]
steps:
- name: Extract branch name
shell: bash
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
fail-fast: false
matrix:
magento-versions:
["2.3.3ce", "2.3.5ce", "2.4.0ce", "2.4.2ce", "2.4.4ce", "2.4.6ce"]
["2.3.5ce", "2.4.0ce", "2.4.2ce", "2.4.4ce", "2.4.6ce"]
steps:
- name: Extract branch name
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion dev/testv2/tools/docker/docker-compose-test-elastic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- ../setup/reindex.php:/app/pub/reindex.php
- ../setup/trigger_event.php:/app/trigger_event.php
- ../setup/trigger_event.php:/app/pub/trigger_event.php
- ../setup/customer-data.js:/app/vendor/magento/module-customer/view/frontend/web/js/customer-data.js
# - ../setup/customer-data.js:/app/vendor/magento/module-customer/view/frontend/web/js/customer-data.js
environment:
- MAGENTO_URL=http://magento-test.local
- MAGENTO_REPO_KEY=$MAGENTO_REPO_KEY
Expand Down
2 changes: 1 addition & 1 deletion dev/testv2/tools/docker/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- ../setup/reindex.php:/app/pub/reindex.php
- ../setup/trigger_event.php:/app/trigger_event.php
- ../setup/trigger_event.php:/app/pub/trigger_event.php
- ../setup/customer-data.js:/app/vendor/magento/module-customer/view/frontend/web/js/customer-data.js
# - ../setup/customer-data.js:/app/vendor/magento/module-customer/view/frontend/web/js/customer-data.js
environment:
- MAGENTO_URL=http://magento-test.local
- MAGENTO_REPO_KEY=$MAGENTO_REPO_KEY
Expand Down

0 comments on commit aaf2f33

Please sign in to comment.