mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Allowed failures on PHP 7.3 until a fix is found
This commit is contained in:
parent
db1304c11a
commit
c25b5f9938
@ -11,6 +11,10 @@ php:
|
|||||||
- 7.2
|
- 7.2
|
||||||
- 7.3
|
- 7.3
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- php: 7.3
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- phpenv config-add data/infra/travis-php/memcached.ini
|
- phpenv config-add data/infra/travis-php/memcached.ini
|
||||||
- phpenv config-add data/infra/travis-php/apcu.ini
|
- phpenv config-add data/infra/travis-php/apcu.ini
|
||||||
|
@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
* [#233](https://github.com/shlinkio/shlink/issues/233) Added support for PHP 7.3
|
* [#233](https://github.com/shlinkio/shlink/issues/233) Added PHP 7.3 to build matrix allowing its failure.
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user