Skip to content

Commit c299aa1

Browse files
committed
ci(git): Copy generic CI/CD files
1 parent df702fa commit c299aa1

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/static-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@ jobs:
5858
test -f /tmp/magento/phpstan.neon || echo 'parameters:' > /tmp/magento/phpstan.neon
5959
echo "Testing for PHPStan level $PHPSTAN_LEVEL"
6060
cd /tmp/magento
61-
php -d memory_limit=4G vendor/bin/phpstan analyse --level $PHPSTAN_LEVEL ${GITHUB_WORKSPACE}
61+
export MODULE_PATH=$(realpath vendor/${COMPOSER_NAME})
62+
php -d memory_limit=4G vendor/bin/phpstan analyse --level $PHPSTAN_LEVEL $MODULE_PATH
6263

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.11] - 03 February 2026
10+
### Fixed
11+
- Rewrite to composable AbstractComponentContext
12+
913
## [1.0.10] - 23 January 2026
1014
### Fixed
1115
- Add new GitHub Action workflows

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loki/magento2-debugger",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "N/A",
55
"keywords": [
66
"dev",

0 commit comments

Comments
 (0)