mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Bringing back allowing failures on PHP 7.4
This commit is contained in:
parent
ed94ec39c4
commit
3080c49caf
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ php:
|
|||
- '7.3'
|
||||
- '7.4snapshot'
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: '7.4snapshot'
|
||||
|
||||
services:
|
||||
- mysql
|
||||
- postgresql
|
||||
|
|
Loading…
Add table
Reference in a new issue