mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 21:19:18 +08:00
Travis: Allow PHP 7.4 to fail for now
We are currently experiencing issues due to Mockery not yet being 100% compatible with PHP. See https://github.com/mockery/mockery/pull/980.
This commit is contained in:
parent
8c841c3266
commit
de67927ef2
|
@ -61,3 +61,7 @@ jobs:
|
|||
-k $encrypted_678139e2bc67_key
|
||||
-i $encrypted_678139e2bc67_iv
|
||||
after_success: skip
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: 7.4snapshot
|
||||
|
|
Loading…
Reference in New Issue
Block a user