Skip to content

Commit abbd096

Browse files
committed
fixup! fix(test): fail on php errors
1 parent cb15da1 commit abbd096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
php-version: "${{ matrix.php-version }}"
4242
extensions: apcu
43-
ini-values: apc.enable_cli=1
43+
ini-values: error_reporting=5111,apc.enable_cli=on,apc.use_request_time=off,memory_limit=-1,short_open_tag=off,magic_quotes_gpc=off,date.timezone="UTC"
4444

4545
- name: Get composer cache directory
4646
id: composer-cache
@@ -60,4 +60,4 @@ jobs:
6060
run: php data/bin/check_configuration.php
6161

6262
- name: Run Tests
63-
run: php -derror_reporting=`php -r 'echo (E_ALL | E_STRICT) ^ E_USER_DEPRECATED ^ E_DEPRECATED ^ E_STRICT ^ E_USER_NOTICE ^ E_NOTICE;'` data/bin/symfony symfony:test --trace
63+
run: php data/bin/symfony symfony:test --trace

0 commit comments

Comments
 (0)