We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a22b6 commit 257a73aCopy full SHA for 257a73a
1 file changed
.github/workflows/static-analysis.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: "Generate baseline"
67
if: failure() && (matrix.php-version == '7.4' || matrix.php-version == '8.0' || matrix.php-version == '8.1')
68
- run: "php -d memory_limit=499M bin/phpstan analyse --generate-baseline baseline-php-${{ matrix.php-version }}.neon"
+ run: "php -d memory_limit=599M bin/phpstan analyse --generate-baseline baseline-php-${{ matrix.php-version }}.neon"
69
70
- uses: actions/upload-artifact@v4
71
if: ${{ failure() }}
0 commit comments