Version 3 #1

Manually merged
timw4mail merged 47 commits from develop into master 2020-04-23 18:39:27 -04:00
2 changed files with 13 additions and 3 deletions
Showing only changes of commit 37c84e1b17 - Show all commits

View File

@ -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

View File

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