mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-27 08:18:24 +03:00
Added PHP 7.4 to the build matrix, but allowing it to fail
This commit is contained in:
parent
bfd2f5b7cf
commit
ccfd993042
2 changed files with 8 additions and 3 deletions
|
@ -5,8 +5,13 @@ branches:
|
|||
- /.*/
|
||||
|
||||
php:
|
||||
- 7.2
|
||||
- 7.3
|
||||
- '7.2'
|
||||
- '7.3'
|
||||
- '7.4'
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: '7.4'
|
||||
|
||||
services:
|
||||
- mysql
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue