diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bd8f5c..37ec74c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: strategy: matrix: php: + - 8.1 - 8.0 - 7.4 - 7.3 diff --git a/README.md b/README.md index ca7c975..7a46326 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # clue/reactphp-ami -[![CI status](https://github.com/clue/reactphp-ami/workflows/CI/badge.svg)](https://github.com/clue/reactphp-ami/actions) +[![CI status](https://github.com/clue/reactphp-ami/actions/workflows/ci.yml/badge.svg)](https://github.com/clue/reactphp-ami/actions) [![installs on Packagist](https://img.shields.io/packagist/dt/clue/ami-react?color=blue&label=installs%20on%20Packagist)](https://packagist.org/packages/clue/ami-react) Streaming, event-driven access to the Asterisk Manager Interface (AMI), diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 27968c8..a71a44e 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -4,8 +4,9 @@ + convertDeprecationsToExceptions="true"> ./tests/ @@ -16,4 +17,7 @@ ./src/ + + +