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 42c3754dcd
commit 95c90a785f

View File

@ -72,7 +72,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