From 95c90a785fb16c63cf2488a1493599ac567da2f7 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 1f6f1bb7..3fe0b9d8 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -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