Expand the build matrix

This commit is contained in:
Timothy Warren 2020-03-18 12:08:40 -04:00
parent 337ae26402
commit 37c84e1b17
2 changed files with 13 additions and 3 deletions

View File

@ -1,4 +1,14 @@
sudo: false dist: xenial
os:
- linux
- osx
- windows
- freebsd
arch:
- amd64
- arm64
- ppc64le
language: php language: php
@ -28,6 +38,6 @@ after_script:
- wget https://scrutinizer-ci.com/ocular.phar - wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
matrix: jobs:
allow_failures: allow_failures:
- php: nightly - php: nightly

View File

@ -20,7 +20,7 @@
"role": "Developer" "role": "Developer"
}], }],
"require": { "require": {
"php": "^7.2", "php": "^7.2 || 8",
"ext-pdo": "*" "ext-pdo": "*"
}, },
"require-dev": { "require-dev": {