forked from hans/Nominatim
work around failing CI tests
Force use of phpunit7 to avoid an issue with different sort order.
This commit is contained in:
6
.github/workflows/ci-tests.yml
vendored
6
.github/workflows/ci-tests.yml
vendored
@@ -20,6 +20,12 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '7.4'
|
||||
tools: phpunit, phpcs
|
||||
|
||||
- name: Get Date
|
||||
id: get-date
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user