Skip to content

Commit 257a73a

Browse files
authored
Increase memory limit for PHPStan baseline generation
1 parent 72a22b6 commit 257a73a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: "Generate baseline"
6767
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"
68+
run: "php -d memory_limit=599M bin/phpstan analyse --generate-baseline baseline-php-${{ matrix.php-version }}.neon"
6969

7070
- uses: actions/upload-artifact@v4
7171
if: ${{ failure() }}

0 commit comments

Comments
 (0)