mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 21:28:10 +03:00
actions: force PHPUnit 9
PHPUnit 10 is incompatible with our tests. Not worth adapting anymore.
This commit is contained in:
parent
42c3754dcd
commit
95c90a785f
2
.github/workflows/ci-tests.yml
vendored
2
.github/workflows/ci-tests.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user