actions: force PHPUnit 9

PHPUnit 10 is incompatible with our tests. Not worth adapting anymore.
This commit is contained in:
Sarah Hoffmann
2023-02-04 14:23:19 +01:00
parent a9444a06c5
commit 28770146f9

View File

@@ -69,7 +69,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
tools: phpunit, phpcs, composer
tools: phpunit:9, phpcs, composer
ini-values: opcache.jit=disable
- uses: actions/setup-python@v4