Skip to content

Commit d5c7618

Browse files
committed
Test all supported event loops
1 parent ab03f4d commit d5c7618

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ on:
66

77
jobs:
88
PHPUnit:
9-
name: PHPUnit (PHP ${{ matrix.php }})
9+
name: PHPUnit (PHP ${{ matrix.php }} ${{ matrix.event-loop }})
1010
runs-on: ubuntu-20.04
1111
strategy:
1212
matrix:
13+
event-loop:
14+
- ''
15+
- 'event-beta'
16+
- 'uv-beta'
1317
php:
1418
- 8.1
1519
- 8.0
@@ -28,6 +32,7 @@ jobs:
2832
with:
2933
php-version: ${{ matrix.php }}
3034
coverage: xdebug
35+
extensions: ${{ matrix.event-loop }}
3136
- run: composer install
3237
- run: vendor/bin/phpunit --coverage-text
3338
if: ${{ matrix.php >= 7.3 }}

0 commit comments

Comments
 (0)