Skip to content

Commit e09fbfa

Browse files
authored
Merge branch 'master' into imported-magento-magento2-functional-testing-framework-824
2 parents 6c54343 + edd12c0 commit e09fbfa

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
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

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

4+
3.4.0
5+
---------
6+
7+
### Enhancements
8+
9+
* Maintainability
10+
* Added support for composer 2.
11+
412
3.3.0
513
---------
614

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/magento2-functional-testing-framework",
33
"description": "Magento2 Functional Testing Framework",
44
"type": "library",
5-
"version": "3.3.0",
5+
"version": "3.4.0",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)