Skip to content

Commit e828545

Browse files
committed
Release error reporting for PHP 8.4+
1 parent 3e201a1 commit e828545

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
php-version: ${{ matrix.php }}
2828
tools: composer:v2
2929
extensions: pcntl
30+
ini-values: ${{ matrix.php >= 8.4 && 'error_reporting=6143' || '' }}
3031

3132
- name: Cache Composer packages
3233
id: composer-cache

0 commit comments

Comments
 (0)