Skip to content

Commit c33994e

Browse files
committed
MQE-2519: support composer 2
1 parent f7ca3dd commit c33994e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
php-version: ${{ matrix.php-versions }}
2323
extensions: curl, dom, intl, json, openssl
24+
coverage: xdebug
2425

2526
- name: Cache Composer packages
2627
id: composer-cache
@@ -40,7 +41,7 @@ jobs:
4041

4142
- name: Monitor coverage
4243
if: github.event_name == 'pull_request'
43-
uses: slavcodev/coverage-monitor-action@1.1.0
44+
uses: slavcodev/coverage-monitor-action@1.2.0
4445
with:
4546
github_token: ${{ secrets.GITHUB_TOKEN }}
4647
clover_file: "clover.xml"

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Magento Functional Testing Framework Changelog
77
### Enhancements
88

99
* Maintainability
10-
* Added support for composer 2.
10+
* Added support for composer 2.
1111

1212
3.3.0
1313
---------

0 commit comments

Comments
 (0)