Skip to content

Commit 7d8f951

Browse files
committed
ci: fix Gherkin compatibility by pinning behat/gherkin < 4.9
- Pin behat/gherkin to < 4.9 to fix i18n.php path issue with Codeception 4.x - Add gherkin: [] to codeception.dist.yml as extra safeguard - Update deprecated GitHub Actions to v4 - Fix deprecated set-output syntax
1 parent 6d72aa1 commit 7d8f951

File tree

2 files changed

+19
-37
lines changed

2 files changed

+19
-37
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
}
1818
},
1919
"require-dev": {
20+
"behat/gherkin": "<4.9",
2021
"wp-graphql/wp-graphql-testcase": "*",
2122
"squizlabs/php_codesniffer": "^3.6",
2223
"phpcompatibility/phpcompatibility-wp": "*",

composer.lock

Lines changed: 18 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)