master #3

Merged
timw4mail merged 10 commits from master into develop 2020-12-03 16:27:13 -05:00
Showing only changes of commit 9c3dc58bef - Show all commits

View File

@ -1,4 +1,4 @@
dist: xenial
dist: focal
os: linux
arch: amd64
@ -10,8 +10,10 @@ services:
- postgresql
php:
- 7.4
- 8
- nightly
- '7.4'
# - '8.0'
before_script:
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres