From 37c84e1b17700d1a1362bdab2400e3454152aadc Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 18 Mar 2020 12:08:40 -0400 Subject: [PATCH] Expand the build matrix --- .travis.yml | 14 ++++++++++++-- composer.json | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6076ef3..c475a83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,14 @@ -sudo: false +dist: xenial +os: + - linux + - osx + - windows + - freebsd + +arch: + - amd64 + - arm64 + - ppc64le language: php @@ -28,6 +38,6 @@ after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml -matrix: +jobs: allow_failures: - php: nightly diff --git a/composer.json b/composer.json index fe41c92..a78fcd2 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "role": "Developer" }], "require": { - "php": "^7.2", + "php": "^7.2 || 8", "ext-pdo": "*" }, "require-dev": {