master #3
@ -1,4 +1,4 @@
|
|||||||
dist: xenial
|
dist: focal
|
||||||
os: linux
|
os: linux
|
||||||
|
|
||||||
arch: amd64
|
arch: amd64
|
||||||
@ -10,8 +10,10 @@ services:
|
|||||||
- postgresql
|
- postgresql
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 7.4
|
- nightly
|
||||||
- 8
|
- '7.4'
|
||||||
|
# - '8.0'
|
||||||
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres
|
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres
|
||||||
|
Loading…
Reference in New Issue
Block a user