Skip to content

Commit f846563

Browse files
authored
[env] Bump PHP_INI_ENV_memory_limit to 1G (#82)
1 parent ee0cb20 commit f846563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/browser-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ env:
9393
APP_ENV: behat
9494
APP_DEBUG: 1
9595
APP_SECRET: '2d4218d7b6c69a9f88da7b8986e64717b3c40948a7ba2b1ca309dc292472286d'
96-
PHP_INI_ENV_memory_limit: 512M
96+
PHP_INI_ENV_memory_limit: 1G
9797
COMPOSER_CACHE_DIR: ~/.composer/cache
9898

9999
jobs:

0 commit comments

Comments
 (0)