ubuntu: [18, 20]
include:
- ubuntu: 18
- postgresql: 9.5
+ postgresql: 9.6
postgis: 2.5
pytest: pytest
php: 7.2
- name: PHP unit tests
run: phpunit ./
working-directory: Nominatim/test/php
+ if: matrix.ubuntu == 20
- name: Python unit tests
run: $PYTEST test/python
strategy:
matrix:
- name: [Ubuntu-18, Ubuntu-20, Centos-8]
+ name: [Ubuntu-18, Ubuntu-20]
include:
- name: Ubuntu-18
flavour: ubuntu
image: "ubuntu:20.04"
ubuntu: 20
install_mode: install-apache
- - name: Centos-8
- flavour: centos
- image: "centos:8"
container:
image: ${{ matrix.image }}