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.
2 parents b76b0ae + 115b21f commit 19a400fCopy full SHA for 19a400f
.github/workflows/ci.yml
@@ -11,9 +11,11 @@ jobs:
11
strategy:
12
matrix:
13
os:
14
- - ubuntu-22.04
15
- - windows-2022
+ - ubuntu-24.04
+ - windows-2025
16
php:
17
+ - 8.4
18
+ - 8.3
19
- 8.2
20
- 8.1
21
- 8.0
@@ -23,7 +25,7 @@ jobs:
23
25
- 7.1
24
26
- 7.0
27
steps:
- - uses: actions/checkout@v3
28
+ - uses: actions/checkout@v5
29
- uses: shivammathur/setup-php@v2
30
with:
31
php-version: ${{ matrix.php }}
phpunit.xml.legacy
@@ -15,4 +15,7 @@
<directory>./src/</directory>
</whitelist>
</filter>
+ <php>
+ <ini name="error_reporting" value="-1" />
+ </php>
</phpunit>
0 commit comments