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 3ffaaf8 commit 767566bCopy full SHA for 767566b
.github/workflows/integration.yml
@@ -13,23 +13,18 @@ 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
@@ -41,7 +36,6 @@ jobs:
41
36
with:
42
37
php-version: ${{ matrix.php }}
43
38
tools: composer:v2
44
- ini-values: ${{ matrix.ini }}
45
39
extensions: mbstring
46
40
47
- name: PHP Version
0 commit comments