1
0
Fork 0

Build improvements

pull/8566/head
Jordi Boggiano 2020-02-10 08:39:49 +01:00
parent 54d57fc6e4
commit 702a532a61
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
2 changed files with 8 additions and 9 deletions

View File

@ -1,6 +1,6 @@
language: php language: php
dist: trusty dist: bionic
git: git:
depth: 5 depth: 5
@ -9,22 +9,24 @@ cache:
directories: directories:
- $HOME/.composer/cache - $HOME/.composer/cache
addons:
apt:
packages:
- parallel
matrix: matrix:
include: include:
- php: 5.3 - php: 5.3
dist: precise dist: precise
- php: 5.4 - php: 5.4
dist: trusty
- php: 5.5 - php: 5.5
dist: trusty
- php: 5.6 - php: 5.6
dist: xenial
- php: 7.0 - php: 7.0
dist: xenial
- php: 7.1 - php: 7.1
dist: xenial
- php: 7.2 - php: 7.2
dist: xenial
- php: 7.3 - php: 7.3
dist: xenial
# Regular 7.4 build with locked deps # Regular 7.4 build with locked deps
- php: 7.4 - php: 7.4
env: env:

View File

@ -17,9 +17,6 @@ parameters:
# variable defined in eval # variable defined in eval
- '~^Undefined variable: \$res$~' - '~^Undefined variable: \$res$~'
# erroneous detection of missing const, see https://github.com/phpstan/phpstan/issues/2960
- '~^Access to undefined constant ZipArchive::OPSYS_UNIX.$~'
# we don't have different constructors for parent/child # we don't have different constructors for parent/child
- '~^Unsafe usage of new static\(\)\.$~' - '~^Unsafe usage of new static\(\)\.$~'