Skip to content

Commit e539866

Browse files
committed
Enhancement: Synchronize
1 parent 0019072 commit e539866

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,13 @@ jobs:
3636
with:
3737
coverage: "none"
3838
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
39+
ini-values: "memory_limit=-1, phar.readonly=0"
3940
php-version: "${{ matrix.php-version }}"
4041
tools: "phive"
4142

43+
- name: "Set up problem matchers for PHP"
44+
run: "echo \"::add-matcher::${{ runner.tool_cache }}/php.json\""
45+
4246
- name: "Determine composer cache directory"
4347
uses: "ergebnis/.github/actions/composer/[email protected]"
4448

0 commit comments

Comments
 (0)