Skip to content

Commit

Permalink
Test all supported event loops
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Jan 25, 2022
1 parent ab03f4d commit d5c7618
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ on:

jobs:
PHPUnit:
name: PHPUnit (PHP ${{ matrix.php }})
name: PHPUnit (PHP ${{ matrix.php }} ${{ matrix.event-loop }})
runs-on: ubuntu-20.04
strategy:
matrix:
event-loop:
- ''
- 'event-beta'
- 'uv-beta'
php:
- 8.1
- 8.0
Expand All @@ -28,6 +32,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
coverage: xdebug
extensions: ${{ matrix.event-loop }}
- run: composer install
- run: vendor/bin/phpunit --coverage-text
if: ${{ matrix.php >= 7.3 }}
Expand Down

0 comments on commit d5c7618

Please sign in to comment.