8000 Merge pull request #543 from PaulRotmann/PHP8.4 · reactphp/http@11b03a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 11b03a2

Browse files
authored
Merge pull request #543 from PaulRotmann/PHP8.4
Run tests on PHP 8.4 and update test environment
2 parents fc5f0a6 + 6074eef commit 11b03a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ on:
77
jobs:
88
PHPUnit:
99
name: PHPUnit (PHP ${{ matrix.php }})
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
strategy:
1212
matrix:
1313
php:
14+
- 8.4
1415
- 8.3
1516
- 8.2
1617
- 8.1
@@ -24,7 +25,7 @@ jobs:
2425
- uses: shivammathur/setup-php@v2
2526
with:
2627
php-version: ${{ matrix.php }}
27-
coverage: xdebug
28+
coverage: ${{ matrix.php < 8.0 && 'xdebug' || 'pcov' }}
2829
ini-file: development
2930
- run: composer install
3031
- run: vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)
0