Skip to content

Commit 19a400f

Browse files
authored
Merge pull request #40 from clue-labs/php8.4
Run tests on PHP 8.4 and update test suite
2 parents b76b0ae + 115b21f commit 19a400f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ jobs:
1111
strategy:
1212
matrix:
1313
os:
14-
- ubuntu-22.04
15-
- windows-2022
14+
- ubuntu-24.04
15+
- windows-2025
1616
php:
17+
- 8.4
18+
- 8.3
1719
- 8.2
1820
- 8.1
1921
- 8.0
@@ -23,7 +25,7 @@ jobs:
2325
- 7.1
2426
- 7.0
2527
steps:
26-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v5
2729
- uses: shivammathur/setup-php@v2
2830
with:
2931
php-version: ${{ matrix.php }}

phpunit.xml.legacy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@
1515
<directory>./src/</directory>
1616
</whitelist>
1717
</filter>
18+
<php>
19+
<ini name="error_reporting" value="-1" />
20+
</php>
1821
</phpunit>

0 commit comments

Comments
 (0)