Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/2.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Apr 19, 2023
2 parents b7f13e9 + 24f3aa1 commit 7abb1a7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
tools: composer:${{ matrix.composer-versions }}
env:
COMPOSER_AUTH_JSON: ${{ secrets.COMPOSER_AUTH_JSON }}

- name: Get composer cache directory
id: composer-cache
Expand Down Expand Up @@ -60,6 +62,8 @@ jobs:
with:
php-version: '7.3'
tools: composer:v2
env:
COMPOSER_AUTH_JSON: ${{ secrets.COMPOSER_AUTH_JSON }}

- name: Get composer cache directory
id: composer-cache
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
],
"phpstan": "phpstan analyse --memory-limit=512M",
"test": "echo 'No test specified' && exit 0",
"phpcs": "phpcs -s --colors --extensions=php --standard=./phpcs.xml"
"phpcs": "phpcs --cache -p -s --colors --extensions=php --standard=./phpcs.xml"
},
"config": {
"optimize-autoloader": true,
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tailwindcss": "^3.3.1"
},
"dependencies": {
"@studiometa/js-toolkit": "^2.10.0",
"@studiometa/js-toolkit": "^2.10.2",
"@studiometa/ui": "^0.2.31"
},
"browserslist": [
Expand Down
2 changes: 2 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ includes:
- vendor/szepeviktor/phpstan-wordpress/extension.neon
parameters:
level: max
cache:
nodesByStringCountMax: 512
inferPrivatePropertyTypeFromConstructor: true
checkMissingIterableValueType: false
reportUnmatchedIgnoredErrors: false
Expand Down

0 comments on commit 7abb1a7

Please sign in to comment.