mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-13 10:26:11 +03:00
Merge pull request #2112 from lonvia/fix-tests-for-php-8
work around failing CI tests
This commit is contained in:
commit
aeeee0d5da
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: |
|
||||
|
Loading…
Reference in New Issue
Block a user