Reverting back to Xenial

This commit is contained in:
Zachary Klosko 2020-11-19 08:55:07 -05:00
parent 8e5359202e
commit 377dfdbff9

View file

@ -1,4 +1,4 @@
dist: bionic dist: xenial
services: services:
- postgresql - postgresql
@ -42,6 +42,12 @@ jobs:
- language: php - language: php
php: 7.2 php: 7.2
stage: test stage: test
- language: php
php: 7.0
stage: test
- language: php
php: 5.6
stage: test
- language: python - language: python
python: 3.8 python: 3.8
stage: test stage: test