Skip to content

Commit faf513b

Browse files
committed
update php.ini memory_limit value to 6G in workflow
1 parent 6f9b09e commit faf513b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-bio2rdf-scripts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Setup PHP with PECL extension
2222
uses: shivammathur/setup-php@v2
2323
with:
24-
# php-version: '5.3'
2524
php-version: '7.4'
25+
ini-values: 'memory_limit = 6144M'
2626
# Default PHP version: 8.0.0
2727
# extensions: imagick, swoole
2828

0 commit comments

Comments
 (0)