before making change re: void is a reserved word, set package to be tested in the same environments as psalm in case anything else crops up

This commit is contained in:
SignpostMarv 2019-02-13 20:54:38 +00:00
parent 74215dc546
commit 3510eef962

View File

@ -1,6 +1,10 @@
language: php
php:
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4snapshot
before_install:
- phpenv config-rm xdebug.ini || true