From 28770146f9b85735487e5cd293e1ef58b343286e Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 4 Feb 2023 14:23:19 +0100 Subject: [PATCH] actions: force PHPUnit 9 PHPUnit 10 is incompatible with our tests. Not worth adapting anymore. --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index cdc7ea1e..3c5f1c91 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -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