Skip to content

Commit b6f179b

Browse files
Disable deprecation warnings
At least for the php 8.4 build.
1 parent d6e5218 commit b6f179b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,23 @@ jobs:
1313
- php: 8.0
1414
buildphar: false
1515
experimental: false
16+
ini: error_reporting="E_ALL"
1617
- php: 8.1
1718
buildphar: false
1819
experimental: false
20+
ini: error_reporting="E_ALL"
1921
- php: 8.2
2022
buildphar: true
2123
experimental: false
24+
ini: error_reporting="E_ALL"
2225
- php: 8.3
2326
buildphar: true
2427
experimental: false
28+
ini: error_reporting="E_ALL"
2529
- php: 8.4
2630
buildphar: false
2731
experimental: true
32+
ini: error_reporting="E_ALL & ~E_DEPRECATED"
2833
env:
2934
PHAR: build/phar/captainhook.phar
3035

@@ -36,6 +41,7 @@ jobs:
3641
with:
3742
php-version: ${{ matrix.php }}
3843
tools: composer:v2
44+
ini-values: ${{ matrix.ini }}
3945
extensions: mbstring
4046

4147
- name: PHP Version

0 commit comments

Comments
 (0)