forked from hans/Nominatim
actions: force PHPUnit 9
PHPUnit 10 is incompatible with our tests. Not worth adapting anymore.
This commit is contained in:
2
.github/workflows/ci-tests.yml
vendored
2
.github/workflows/ci-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user