mirror of
https://github.com/flarum/framework.git
synced 2025-03-11 04:35:16 +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
67040303f9
commit
f19d80ee0f
@ -61,3 +61,7 @@ jobs:
|
|||||||
-k $encrypted_678139e2bc67_key
|
-k $encrypted_678139e2bc67_key
|
||||||
-i $encrypted_678139e2bc67_iv
|
-i $encrypted_678139e2bc67_iv
|
||||||
after_success: skip
|
after_success: skip
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- php: 7.4snapshot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user