Skip to content

Commit c811f26

Browse files
committed
PLUG-160: Specify bitexpert version
1 parent cf75930 commit c811f26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
include:
9-
- PHP_VERSION: php81-fpm
9+
- PHP_VERSION: php82-fpm
1010
MAGENTO_VERSION: 2.4.6
1111

1212
runs-on: ubuntu-latest

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require-dev": {
1818
"phpstan/phpstan": "*",
1919
"friendsofphp/php-cs-fixer": "^3.64",
20-
"bitexpert/phpstan-magento": "*"
20+
"bitexpert/phpstan-magento": "^0.32.0"
2121
},
2222
"autoload": {
2323
"files": [

0 commit comments

Comments
 (0)