Added PHP 7.4 to the build matrix, but allowing it to fail

This commit is contained in:
Alejandro Celaya 2019-08-09 18:16:56 +02:00
parent bfd2f5b7cf
commit ccfd993042
2 changed files with 8 additions and 3 deletions

View file

@ -5,8 +5,13 @@ branches:
- /.*/
php:
- 7.2
- 7.3
- '7.2'
- '7.3'
- '7.4'
matrix:
allow_failures:
- php: '7.4'
services:
- mysql

View file

@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
#### Changed
* *Nothing*
* [#450](https://github.com/shlinkio/shlink/issues/450) Added PHP 7.4 to the build matrix, as an allowed-to-fail env.
#### Deprecated