Skip to content

Commit d396bce

Browse files
authored
Merge pull request #30 from PHPCompatibility/feature/ghactions-turn-on-error-reporting
GH Actions: set error reporting to E_ALL
2 parents 8c09ff3 + 08a3ef0 commit d396bce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
uses: shivammathur/setup-php@v2
7777
with:
7878
php-version: ${{ matrix.php }}
79+
ini-values: error_reporting=E_ALL, display_errors=On
7980
coverage: none
8081

8182
- name: Conditionally update PHPCompatibility to develop version

0 commit comments

Comments
 (0)