We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e5218 commit b6f179bCopy full SHA for b6f179b
.github/workflows/integration.yml
@@ -13,18 +13,23 @@ jobs:
13
- php: 8.0
14
buildphar: false
15
experimental: false
16
+ ini: error_reporting="E_ALL"
17
- php: 8.1
18
19
20
21
- php: 8.2
22
buildphar: true
23
24
25
- php: 8.3
26
27
28
29
- php: 8.4
30
31
experimental: true
32
+ ini: error_reporting="E_ALL & ~E_DEPRECATED"
33
env:
34
PHAR: build/phar/captainhook.phar
35
@@ -36,6 +41,7 @@ jobs:
36
41
with:
37
42
php-version: ${{ matrix.php }}
38
43
tools: composer:v2
44
+ ini-values: ${{ matrix.ini }}
39
45
extensions: mbstring
40
46
47
- name: PHP Version
0 commit comments